1 /* $LynxId: LYExtern.h,v 1.14 2010/09/24 09:39:20 tom Exp $ */
2 #ifndef EXTERNALS_H
3 #define EXTERNALS_H
4 
5 #ifndef LYSTRUCTS_H
6 #include <LYStructs.h>
7 #endif /* LYSTRUCTS_H */
8 
9 #ifdef __cplusplus
10 extern "C" {
11 #endif
12     extern BOOL run_external(char *c, int only_overriders);
13 #ifdef __cplusplus
14 }
15 #endif
16 #endif				/* EXTERNALS_H */
17