Commit 0adce08b authored by Bradley Nicholes's avatar Bradley Nicholes
Browse files

Fix the static function declarations in the prototypes


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@168023 13f79535-47bb-0310-9956-ffa450edef68
parent af7102af
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -55,8 +55,8 @@

module AP_MODULE_DECLARE_DATA ldap_module;

int util_ldap_handler(request_rec *r);
void *util_ldap_create_config(apr_pool_t *p, server_rec *s);
static int util_ldap_handler(request_rec *r);
static void *util_ldap_create_config(apr_pool_t *p, server_rec *s);


/*