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