Fixed gateway_t.request declaration.

This commit is contained in:
Tobias Brunner
2011-10-04 11:13:05 +02:00
parent 758aa810ce
commit 152d835d83
+2 -1
View File
@@ -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.