/* 
 * blast.h
 *
 * x-kernel v3.3
 *
 * Copyright (c) 1993,1991,1990,1996  Arizona Board of Regents
 *
 * $Revision: 1.2 $
 * $Date: 1996/01/29 20:09:26 $
 */

#ifndef blast_h
#define blast_h

#define BLAST_SETOUTSTANDINGMSGS (BLAST_CTL*MAXOPS + 0)
#define BLAST_GETOUTSTANDINGMSGS (BLAST_CTL*MAXOPS + 1)

#  ifdef __STDC__

void		blast_init(Protl);

#  endif

#endif /* blast_h */
