diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2000-06-23 16:13:42 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2000-06-23 16:13:42 -0400 |
commit | fe76940414337a9058df2d426bf5527154ca283a (patch) | |
tree | bdc0234689e8778492902fd6939d18a139f0b520 /src/LYExtern.h | |
parent | 03239fe7d0beedb4b52c96d56729d24fa0db0405 (diff) | |
download | lynx-snapshots-fe76940414337a9058df2d426bf5527154ca283a.tar.gz |
snapshot of project "lynx", label v2-8-4dev_4
Diffstat (limited to 'src/LYExtern.h')
-rw-r--r-- | src/LYExtern.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/LYExtern.h b/src/LYExtern.h index c172800a..909c41cd 100644 --- a/src/LYExtern.h +++ b/src/LYExtern.h @@ -5,7 +5,8 @@ #include <LYStructs.h> #endif /* LYSTRUCTS_H */ -void run_external PARAMS((char * c)); +/*returns TRUE if something matching was executed*/ +BOOL run_external PARAMS((char * c, BOOL only_overriders)); char *string_short PARAMS((char * str, int cut_pos)); #ifdef WIN_EX |