diff asxparser.h @ 25553:6ac1ece1f9fe

Add multiple inclusion guards to all header files that lack them.
author diego
date Tue, 01 Jan 2008 21:35:58 +0000
parents ec2bfbd0d647
children 9d0b189ce1b2
line wrap: on
line diff
--- a/asxparser.h	Tue Jan 01 21:20:06 2008 +0000
+++ b/asxparser.h	Tue Jan 01 21:35:58 2008 +0000
@@ -1,4 +1,5 @@
-
+#ifndef ASXPARSER_H
+#define ASXPARSER_H
 
 typedef struct _ASX_Parser_t ASX_Parser_t;
 
@@ -47,3 +48,5 @@
 
 void
 asx_list_free(void* list_ptr,ASX_FreeFunc free_func);
+
+#endif /* ASXPARSER_H */