fix a freebsd buildbot compile error, caused by myself :-(

svn path=/trunk/; revision=12845
This commit is contained in:
Ulf Lamping 2004-12-27 21:35:09 +00:00
parent c8a328e2b9
commit 89c7567797
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ typedef enum {
ANSI_TCAP_STANDARD = 2
} Tcap_Standard_Type;
extern Tcap_Standard_Type tcap_standard;
extern gint tcap_standard;
extern const value_string tcap_component_type_str[];