Add a const.

svn path=/trunk/; revision=24592
This commit is contained in:
Stig Bjørlykke 2008-03-09 14:20:28 +00:00
parent 9f412a5a8a
commit aa9b4bf541
2 changed files with 2 additions and 2 deletions

View File

@ -372,7 +372,7 @@ extern int dissect_snmp_VarBind(gboolean implicit_tag _U_,
proto_tree *pt, *pt_varbind, *pt_name, *pt_value;
char label[ITEM_LABEL_LENGTH];
char* repr = NULL;
char* info_oid = NULL;
const char* info_oid = NULL;
char* valstr;
int hfid = -1;
int min_len = 0, max_len = 0;

View File

@ -474,7 +474,7 @@ extern int dissect_snmp_VarBind(gboolean implicit_tag _U_,
proto_tree *pt, *pt_varbind, *pt_name, *pt_value;
char label[ITEM_LABEL_LENGTH];
char* repr = NULL;
char* info_oid = NULL;
const char* info_oid = NULL;
char* valstr;
int hfid = -1;
int min_len = 0, max_len = 0;