identifiers starting with _ are reserved; remove this bad practice
[libfirm] / include / libfirm / irsimpletype.h
index 747a81f..1627b22 100644 (file)
@@ -35,8 +35,7 @@
 #include "irgraph.h"
 #include "irnode.h"
 #include "typerep.h"
-
-
+#include "begin.h"
 
 /* ------------ Building and Removing the type information  ----------- */
 
  * Uses the link field of types.  Sets this field of each type to point to a
  * pointer type that points to the type (Got it? ;-)).
  */
-void simple_analyse_types(void);
+FIRM_API void simple_analyse_types(void);
 
 /** Frees all type information datastructures.  Sets the flag in irg to "???". */
-void free_simple_type_information(void);
+FIRM_API void free_simple_type_information(void);
+
+#include "end.h"
 
 #endif