X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=adt%2Fstrset.h;h=e1b15547fa8c919da5adec64d849c7604a8b3255;hb=23ebb996cbe0f5d2c74184d1cfb783cb2a529a13;hp=5931884e01c64b45b52823772b9a98226438949c;hpb=ffaec83406ffaee8b981b2b80114bc2e2eab5f0e;p=cparser diff --git a/adt/strset.h b/adt/strset.h index 5931884..e1b1554 100644 --- a/adt/strset.h +++ b/adt/strset.h @@ -1,6 +1,6 @@ /* * This file is part of cparser. - * Copyright (C) 2007-2008 Matthias Braun + * Copyright (C) 2007-2009 Matthias Braun * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -30,6 +30,9 @@ #undef HashSetIterator #undef HashSet +typedef struct strset_t strset_t; +typedef struct strset_iterator_t strset_iterator_t; + /** * Initializes a strset *