From 0921a7f4ce4a33885b22a160fe67765052177a36 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 1 Apr 2014 19:16:56 +0200 Subject: [PATCH] asprintf: do not redeclare on SNMP tests --- tests/check_snmp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/check_snmp.c b/tests/check_snmp.c index b1aed92b..20e58050 100644 --- a/tests/check_snmp.c +++ b/tests/check_snmp.c @@ -11,7 +11,6 @@ extern struct lldpd *agent_scfg; extern struct timeval starttime; extern struct variable8 agent_lldp_vars[]; -extern int asprintf (char **, char *, ...); /* Our test config */ struct lldpd test_cfg = { -- 2.39.5