blob: 51bf855f059fc8796fe464cc3df3f95b58a2ca42 (
plain) (
tree)
|
|
#ifndef EXTERNALS_H
#define EXTERNALS_H
#ifndef LYSTRUCTS_H
#include <LYStructs.h>
#endif /* LYSTRUCTS_H */
/*returns TRUE if something matching was executed*/
BOOL run_external PARAMS((char * c, BOOL only_overriders));
#ifdef WIN_EX
extern char * quote_pathname PARAMS((char * pathname));
#endif
#endif /* EXTERNALS_H */
|