diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2004-05-07 01:13:29 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2004-05-07 01:13:29 -0400 |
commit | d326f24d169154673717129098ff4554a673f178 (patch) | |
tree | 7229f817b10bcdb82f8df2b6af3a3acc792a762d /src/LYExtern.h | |
parent | 2cd8e80bfe2792ce8999a26b34384598f58e3889 (diff) | |
download | lynx-snapshots-d326f24d169154673717129098ff4554a673f178.tar.gz |
snapshot of project "lynx", label v2-8-6dev_3
Diffstat (limited to 'src/LYExtern.h')
-rw-r--r-- | src/LYExtern.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/LYExtern.h b/src/LYExtern.h index 7208fa04..6cb9ba8b 100644 --- a/src/LYExtern.h +++ b/src/LYExtern.h @@ -5,11 +5,11 @@ #include <LYStructs.h> #endif /* LYSTRUCTS_H */ -/*returns TRUE if something matching was executed*/ -BOOL run_external (char * c, BOOL only_overriders); +/* returns TRUE if something matching was executed */ +BOOL run_external(char *c, BOOL only_overriders); #ifdef WIN_EX -extern char * quote_pathname (char * pathname); +extern char *quote_pathname(char *pathname); #endif #endif /* EXTERNALS_H */ |