- add doxygen comments to all functions
[libfirm] / include / libfirm / adt / pset_new.h
index 357f17c..89b3dfa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1995-2007 University of Karlsruhe.  All right reserved.
+ * Copyright (C) 1995-2008 University of Karlsruhe.  All right reserved.
  *
  * This file is part of libFirm.
  *
@@ -42,6 +42,9 @@
 #undef HashSetIterator
 #undef ValueType
 
+typedef struct pset_new_t           pset_new_t;
+typedef struct pset_new_iterator_t  pset_new_iterator_t;
+
 /**
  * Initializes a pset_new
  *