about summary refs log blame commit diff stats
path: root/src/LYExtern.h
blob: 4d77b1dbf8c87fde616583bef65111c5d4727e08 (plain) (tree)
1
2
3
4
5
6
7
                   


                   
                      
                        
 




                                                                                                  
 
             
                                                

      



                                                 
#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 */