mod_optional_fn_export.h revision 9f57cd803eaf55a63f8e916e7f0fcf1549f48cf4
9f57cd803eaf55a63f8e916e7f0fcf1549f48cf4nd/* Copyright 2001-2004 Apache Software Foundation
9f57cd803eaf55a63f8e916e7f0fcf1549f48cf4nd *
9f57cd803eaf55a63f8e916e7f0fcf1549f48cf4nd * Licensed under the Apache License, Version 2.0 (the "License");
9f57cd803eaf55a63f8e916e7f0fcf1549f48cf4nd * you may not use this file except in compliance with the License.
9f57cd803eaf55a63f8e916e7f0fcf1549f48cf4nd * You may obtain a copy of the License at
9f57cd803eaf55a63f8e916e7f0fcf1549f48cf4nd *
9f57cd803eaf55a63f8e916e7f0fcf1549f48cf4nd * http://www.apache.org/licenses/LICENSE-2.0
9f57cd803eaf55a63f8e916e7f0fcf1549f48cf4nd *
9f57cd803eaf55a63f8e916e7f0fcf1549f48cf4nd * Unless required by applicable law or agreed to in writing, software
9f57cd803eaf55a63f8e916e7f0fcf1549f48cf4nd * distributed under the License is distributed on an "AS IS" BASIS,
9f57cd803eaf55a63f8e916e7f0fcf1549f48cf4nd * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9f57cd803eaf55a63f8e916e7f0fcf1549f48cf4nd * See the License for the specific language governing permissions and
9f57cd803eaf55a63f8e916e7f0fcf1549f48cf4nd * limitations under the License.
9f57cd803eaf55a63f8e916e7f0fcf1549f48cf4nd */
9f57cd803eaf55a63f8e916e7f0fcf1549f48cf4nd
4783bc116b4dc37deadcc0b68ce3d3eeb6a7464aben#include "apr_optional.h"
4783bc116b4dc37deadcc0b68ce3d3eeb6a7464aben
cd33213135c92372051b7fa4f617c3d5848e6eb0rbbAPR_DECLARE_OPTIONAL_FN(int,TestOptionalFn,(const char *));