Commit 1148d1ae authored by Ben Laurie's avatar Ben Laurie
Browse files

Function declaration must be a prototype.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89260 13f79535-47bb-0310-9956-ffa450edef68
parent e665fc91
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;