mirror of
https://github.com/apache/httpd.git
synced 2026-01-26 19:01:35 +03:00
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
4 lines
87 B
C
4 lines
87 B
C
#include "apr_optional.h"
|
|
|
|
APR_DECLARE_OPTIONAL_FN(int,TestOptionalFn,(const char *));
|