main: rework preprocessor invocation
[cparser] / type_hash.h
index 39378b1..cd1ff4f 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * This file is part of cparser.
- * Copyright (C) 2007-2008 Matthias Braun <matze@braunis.de>
+ * Copyright (C) 2007-2009 Matthias Braun <matze@braunis.de>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -26,6 +26,5 @@ void init_typehash(void);
 void exit_typehash(void);
 
 type_t *typehash_insert(type_t *type);
-int     typehash_contains(type_t *type);
 
 #endif