blob: 4d77b1dbf8c87fde616583bef65111c5d4727e08 (
plain) (
tree)
|
|
#ifndef EXTERNALS_H
#define EXTERNALS_H
#ifndef LYSTRUCTS_H
#include <LYStructs.h>
#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 */
|