X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fident%2Fident_t.h;h=74332f7e8c37689ddd5d72c4db580a6f923ea541;hb=0a7d7324b9baa076d1322e82b92f8fc2c8f1892e;hp=b81aff68dadfbc2e8c337325d6ca29a9cbce9ac5;hpb=1a3b7d363474ab544c13093a2f0b578718d37c7a;p=libfirm diff --git a/ir/ident/ident_t.h b/ir/ident/ident_t.h index b81aff68d..74332f7e8 100644 --- a/ir/ident/ident_t.h +++ b/ir/ident/ident_t.h @@ -21,7 +21,6 @@ * @file * @brief Hash table to store names -- private header. * @author Goetz Lindenmaier - * @version $Id$ */ #ifndef FIRM_IDENT_IDENT_T_H #define FIRM_IDENT_IDENT_T_H @@ -41,4 +40,6 @@ void finish_ident(void); /** initializes the name mangling code */ void firm_init_mangle(void); +void firm_finish_mangle(void); + #endif