From: Vincent Bernat Date: Tue, 7 Jul 2009 13:23:07 +0000 (+0200) Subject: Update signature of transport string function for SNMP. X-Git-Tag: 0.5.0~54 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=72dc524ebdfc979c93ae789fa9bc67b9ada6e012;p=thirdparty%2Flldpd.git Update signature of transport string function for SNMP. --- diff --git a/src/agent_priv.c b/src/agent_priv.c index d6ef1d8c..e1daf34e 100644 --- a/src/agent_priv.c +++ b/src/agent_priv.c @@ -173,7 +173,7 @@ netsnmp_transport * #if !HAVE_NETSNMP_TDOMAIN_F_CREATE_FROM_TSTRING_NEW agent_priv_unix_create_tstring(const char *string, int local) #else -agent_priv_unix_create_tstring(const char *string, int local, char *default_target) +agent_priv_unix_create_tstring(const char *string, int local, const char *default_target) #endif { #if HAVE_NETSNMP_TDOMAIN_F_CREATE_FROM_TSTRING_NEW