#ifndef EXTERNALS_H #define EXTERNALS_H #ifndef LYSTRUCTS_H #include #endif /* LYSTRUCTS_H */ #ifdef __cplusplus extern "C" { #endif /* returns TRUE if something matching was executed */ BOOL run_external(char *c, BOOL only_overriders); #ifdef WIN_EX extern char *quote_pathname(char *pathname); #endif #ifdef __cplusplus } #endif #endif /* EXTERNALS_H */