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/LYList.h | |
parent | 2cd8e80bfe2792ce8999a26b34384598f58e3889 (diff) | |
download | lynx-snapshots-d326f24d169154673717129098ff4554a673f178.tar.gz |
snapshot of project "lynx", label v2-8-6dev_3
Diffstat (limited to 'src/LYList.h')
-rw-r--r-- | src/LYList.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LYList.h b/src/LYList.h index 4ba4362c..a3955bc6 100644 --- a/src/LYList.h +++ b/src/LYList.h @@ -3,7 +3,7 @@ #include <LYStructs.h> -extern int showlist (DocInfo *newdoc, BOOLEAN titles); -extern void printlist (FILE *fp, BOOLEAN titles); +extern int showlist(DocInfo *newdoc, BOOLEAN titles); +extern void printlist(FILE *fp, BOOLEAN titles); #endif /* LYLIST_H */ |