diff options
author | Paul Querna <pquerna@apache.org> | 2008-12-02 09:10:23 +0100 |
---|---|---|
committer | Paul Querna <pquerna@apache.org> | 2008-12-02 09:10:23 +0100 |
commit | a5641174110c926b7abfd465eb434072c1951aeb (patch) | |
tree | 0f17528c125a80c00819276d262a73954c8e9968 /modules/test | |
parent | * Avoid sending no answer at all if a custom error page causes an (diff) | |
download | apache2-a5641174110c926b7abfd465eb434072c1951aeb.tar.xz apache2-a5641174110c926b7abfd465eb434072c1951aeb.zip |
Make dialup_callback a static function.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@722396 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/test')
-rw-r--r-- | modules/test/mod_dialup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/test/mod_dialup.c b/modules/test/mod_dialup.c index 73ca25fe95..405bc0a061 100644 --- a/modules/test/mod_dialup.c +++ b/modules/test/mod_dialup.c @@ -107,7 +107,7 @@ dialup_send_pulse(dialup_baton_t *db) } } -void +static void dialup_callback(void *baton) { int status; |