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