removed warnings
[libfirm] / ir / tr / mangle.h
index ee10063..bbf3444 100644 (file)
@@ -1,10 +1,12 @@
 /* Copyright (C) 1998 - 2000 by Universitaet Karlsruhe
-** All rights reserved.
-**
-** Authors: Martin Trapp, Christian Schaefer
-**
+* All rights reserved.
+*
+* Authors: Martin Trapp, Christian Schaefer
+*
 */
 
+/* $Id$ */
+
 # include "ident.h"
 # include "entity.h"
 # include "type.h"
@@ -18,4 +20,11 @@ void init_mangle (void);
 ident *mangle_entity (entity *ent);
 
 /* Sorry, I'm not sure what this does... seems to copy the string. */
-ident *mangle_type   (type *type);
+ident *mangle_type   (type *tp);
+
+/* mangle underscore: Returns a new ident that represents first_scnd. */
+ident *mangle_u (ident *first, ident* scnd);
+
+
+/* mangle: Returns a new ident that represents firstscnd. */
+ident *mangle (ident *first, ident* scnd);