diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2001-06-03 21:17:35 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2001-06-03 21:17:35 -0400 |
commit | d1349dd61e0c9248ec9be3edaa37a67952e44300 (patch) | |
tree | cc38442efa38ebd0cbb683866bc0ac8caf066a69 /src/LYLocal.h | |
parent | 8c68f693cc82e6650afff52fe478c0ccde4bc015 (diff) | |
download | lynx-snapshots-d1349dd61e0c9248ec9be3edaa37a67952e44300.tar.gz |
snapshot of project "lynx", label v2-8-4dev_21
Diffstat (limited to 'src/LYLocal.h')
-rw-r--r-- | src/LYLocal.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/LYLocal.h b/src/LYLocal.h index 4ba498d2..4a9f5636 100644 --- a/src/LYLocal.h +++ b/src/LYLocal.h @@ -8,9 +8,9 @@ /* Special return code for LYMainLoop.c */ #define PERMIT_FORM_RESULT (-99) -extern BOOLEAN local_create PARAMS((document *doc)); -extern BOOLEAN local_modify PARAMS((document *doc, char **newpath)); -extern BOOLEAN local_remove PARAMS((document *doc)); +extern int local_create PARAMS((document *doc)); +extern int local_modify PARAMS((document *doc, char **newpath)); +extern int local_remove PARAMS((document *doc)); #ifdef OK_INSTALL extern BOOLEAN local_install PARAMS((char *destpath, char *srcpath, char **newpath)); #endif |