]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Function declaration must be a prototype.
authorBen Laurie <ben@apache.org>
Sun, 3 Jun 2001 11:21:51 +0000 (11:21 +0000)
committerBen Laurie <ben@apache.org>
Sun, 3 Jun 2001 11:21:51 +0000 (11:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89260 13f79535-47bb-0310-9956-ffa450edef68

modules/metadata/mod_headers.c

index 12bf4960ba2cd3b28f26094cdbad439cd6ed56a8..8e7653d00de31554e8849b3a4f3b664cf95f0ce8 100644 (file)
@@ -141,7 +141,7 @@ typedef enum {
  * config directive
  */
 typedef struct {
-    const char* (*func)();
+    const char* (*func)(request_rec *r,char *arg);
     char *arg;
 } format_tag;