about summary refs log tree commit diff stats
path: root/src/LYExtern.h
blob: 4d77b1dbf8c87fde616583bef65111c5d4727e08 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#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 */