diff options
Diffstat (limited to 'src/manager/gateway.h')
-rw-r--r-- | src/manager/gateway.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/manager/gateway.h b/src/manager/gateway.h index 54aade7b1..db44a2ffa 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. |