about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/HTAtom.h
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2004-04-27 20:26:05 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2004-04-27 20:26:05 -0400
commit2cd8e80bfe2792ce8999a26b34384598f58e3889 (patch)
tree780917a289058c7d05e893a8a1b3dc88d4a7030f /WWW/Library/Implementation/HTAtom.h
parentbff0a2c0390cf1536254ea168d2581cc9550325f (diff)
downloadlynx-snapshots-2cd8e80bfe2792ce8999a26b34384598f58e3889.tar.gz
snapshot of project "lynx", label v2-8-6dev_2
Diffstat (limited to 'WWW/Library/Implementation/HTAtom.h')
-rw-r--r--WWW/Library/Implementation/HTAtom.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WWW/Library/Implementation/HTAtom.h b/WWW/Library/Implementation/HTAtom.h
index 1af962fc..362f1e11 100644
--- a/WWW/Library/Implementation/HTAtom.h
+++ b/WWW/Library/Implementation/HTAtom.h
@@ -30,8 +30,8 @@ struct _HTAtom {
 }; /* struct _HTAtom */
 
 
-PUBLIC HTAtom * HTAtom_for PARAMS((CONST char * string));
-PUBLIC HTList * HTAtom_templateMatches PARAMS((CONST char * templ));
+extern HTAtom * HTAtom_for (const char * string);
+extern HTList * HTAtom_templateMatches (const char * templ);
 
 #define HTAtom_name(a) ((a)->name)