diff options
Diffstat (limited to 'dive.h')
-rw-r--r-- | dive.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -121,7 +121,7 @@ struct dive_table { extern struct dive_table dive_table; -void parse_xml_init(void); -void parse_xml_file(const char *filename); +extern void parse_xml_init(void); +extern void parse_xml_file(const char *filename); #endif /* DIVE_H */ |