ast2firm: Implement casting from complex to real types.
[cparser] / type_hash.h
index 291cb38..469dd98 100644 (file)
@@ -1,3 +1,7 @@
+/*
+ * This file is part of cparser.
+ * Copyright (C) 2012 Matthias Braun <matze@braunis.de>
+ */
 #ifndef TYPE_HASH_H
 #define TYPE_HASH_H
 
@@ -7,6 +11,5 @@ void init_typehash(void);
 void exit_typehash(void);
 
 type_t *typehash_insert(type_t *type);
-int     typehash_contains(type_t *type);
 
 #endif