about summary refs log tree commit diff stats
path: root/src/LYList.h
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2004-05-07 01:13:29 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2004-05-07 01:13:29 -0400
commitd326f24d169154673717129098ff4554a673f178 (patch)
tree7229f817b10bcdb82f8df2b6af3a3acc792a762d /src/LYList.h
parent2cd8e80bfe2792ce8999a26b34384598f58e3889 (diff)
downloadlynx-snapshots-d326f24d169154673717129098ff4554a673f178.tar.gz
snapshot of project "lynx", label v2-8-6dev_3
Diffstat (limited to 'src/LYList.h')
-rw-r--r--src/LYList.h4
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 */