added missing initialization
[libfirm] / ir / tr / mangle.h
index 8f3ded8..d8e2b42 100644 (file)
 
 # include "ident.h"
 # include "entity.h"
-# include "type.h"
 
 /** initializes the name mangling code */
-void   init_mangle (void);
+void   firm_init_mangle (void);
 
 /** Computes a definite name for this entity by concatenating
    the name of the owner type and the name of the entity with
@@ -37,6 +36,6 @@ ident *mangle_entity (entity *ent);
 ident *mangle_u (ident *first, ident* scnd);
 
 /** mangle: Returns a new ident that represents firstscnd. */
-ident *mangle (ident *first, ident* scnd);
+ident *mangle   (ident *first, ident* scnd);
 
 #endif /* _MANGLE_H_ */