diff options
Diffstat (limited to 'src/LYExtern.h')
-rw-r--r-- | src/LYExtern.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/LYExtern.h b/src/LYExtern.h index be9d1562..09983b47 100644 --- a/src/LYExtern.h +++ b/src/LYExtern.h @@ -1,10 +1,10 @@ -#ifndef EXTERNALS_H +#ifndef EXTERNALS_H #define EXTERNALS_H #ifndef LYSTRUCTS_H -#include "LYStructs.h" -#endif /* LYSTRUCTS_H */ +#include "LYStructs.h" +#endif /* LYSTRUCTS_H */ -void run_external(char * c); +void run_external PARAMS((char * c)); -#endif /* EXTERNALS_H */ +#endif /* EXTERNALS_H */ |