X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=symbol_table.h;h=0f456334f6fa165ce334a5d8531c52c29f6ee3ef;hb=c4cbd607a4bc2655c08300e565250978713508ab;hp=3a9b617b9322d7d08815f0e760f0efea7bee6c17;hpb=fd16b92f058181088a385c3224c8814831c006d3;p=cparser diff --git a/symbol_table.h b/symbol_table.h index 3a9b617..0f45633 100644 --- a/symbol_table.h +++ b/symbol_table.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 @@ -23,7 +23,7 @@ #include "symbol.h" #include "adt/obst.h" -symbol_t *symbol_table_insert(const char *symbol); +symbol_t *symbol_table_insert(const char *string); void init_symbol_table(void); void exit_symbol_table(void);