get_irn_n_edges: out_count still broken, switched back to recalculation
[libfirm] / ir / ir / irreflect_t.h
index 76aba3c..1948ea2 100644 (file)
@@ -7,9 +7,9 @@
  * $Id$
  */
 
-#ifndef __REFLECT_T_H
-#define __REFLECT_T_H
+#ifndef _FIRM_REFLECT_T_H
+#define _FIRM_REFLECT_T_H
 
-void init_rflct(void);
+void firm_init_rflct(void);
 
-#endif
+#endif /* _FIRM_REFLECT_T_H */