1 /*
2    ok.h -- Prototypes for `ok.c'.
3 
4    Copyright (C) 1994-95  K. Scott Hunziker.
5    Copyright (C) 1990-94  The Boeing Company.
6 
7    See the file COPYING for license, warranty, and permission details.
8  */
9 
10 /* $Id: ok.h,v 1.1.1.1 1996/04/17 05:56:20 ksh Exp $ */
11 
12 #ifndef OK_H
13 #define OK_H	1
14 
15 #include "entity.h"
16 
17 extern int PROTO (ok_entity, (ENTITY * ip));
18 
19 #endif /* OK_H */
20