From: Tobias Brunner Date: Tue, 4 Oct 2011 09:13:05 +0000 (+0200) Subject: Fixed gateway_t.request declaration. X-Git-Tag: 4.6.0~264 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=152d835d831cd61a140fa7373562078eababad3e;p=thirdparty%2Fstrongswan.git Fixed gateway_t.request declaration. --- diff --git a/src/manager/gateway.h b/src/manager/gateway.h index 54aade7b1f..db44a2ffa6 100644 --- a/src/manager/gateway.h +++ b/src/manager/gateway.h @@ -35,9 +35,10 @@ struct gateway_t { * Send an XML request to the gateway. * * @param xml xml request string + * @param ... printf style argument list for xml request string * @return allocated xml response string */ - char* (*request)(gateway_t *this, char *xml); + char* (*request)(gateway_t *this, char *xml, ...); /** * Query the list of IKE_SAs and all its children.