]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Fixed gateway_t.request declaration.
authorTobias Brunner <tobias@strongswan.org>
Tue, 4 Oct 2011 09:13:05 +0000 (11:13 +0200)
committerTobias Brunner <tobias@strongswan.org>
Tue, 4 Oct 2011 09:13:05 +0000 (11:13 +0200)
src/manager/gateway.h

index 54aade7b1f1c382870432afce5d4d6571ae91ae9..db44a2ffa692b323f30d9009229a49b5dbb0ddd6 100644 (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.