1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-26 19:01:35 +03:00
Files
apache/modules/test/mod_optional_fn_export.h
Ryan Bloom 2eb5c30581 Remove a semicolon from a macro. This makes things a bit more readable,
and it makes this macro look like the rest of our macros.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88277 13f79535-47bb-0310-9956-ffa450edef68
2001-02-22 17:46:48 +00:00

4 lines
87 B
C

#include "apr_optional.h"
APR_DECLARE_OPTIONAL_FN(int,TestOptionalFn,(const char *));