about summary refs log tree commit diff stats
path: root/src/LYMap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/LYMap.h')
-rw-r--r--src/LYMap.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/LYMap.h b/src/LYMap.h
index 077347a8..98378591 100644
--- a/src/LYMap.h
+++ b/src/LYMap.h
@@ -10,12 +10,12 @@
 
 extern BOOL LYMapsOnly;
 
-extern void ImageMapList_free PARAMS((HTList * list));
-extern BOOL LYAddImageMap PARAMS((char *address, char *title,
-				  HTParentAnchor *node_anchor));
-extern BOOL LYAddMapElement PARAMS((char *map, char *address, char *title,
+extern void ImageMapList_free (HTList * list);
+extern BOOL LYAddImageMap (char *address, char *title,
+				  HTParentAnchor *node_anchor);
+extern BOOL LYAddMapElement (char *map, char *address, char *title,
 				    HTParentAnchor *node_anchor,
-				    BOOL intern_flag));
-extern BOOL LYHaveImageMap PARAMS((char *address));
+				    BOOL intern_flag);
+extern BOOL LYHaveImageMap (char *address);
 
 #endif /* LYMAP_H */