mod_optional_fn_export.h revision 842ae4bd224140319ae7feec1872b93dfd491143
b05ab3ff5ab54aa22610b13d56eaba6ddfc3db60nd/* Licensed to the Apache Software Foundation (ASF) under one or more
b05ab3ff5ab54aa22610b13d56eaba6ddfc3db60nd * contributor license agreements. See the NOTICE file distributed with
b05ab3ff5ab54aa22610b13d56eaba6ddfc3db60nd * this work for additional information regarding copyright ownership.
b05ab3ff5ab54aa22610b13d56eaba6ddfc3db60nd * The ASF licenses this file to You under the Apache License, Version 2.0
b05ab3ff5ab54aa22610b13d56eaba6ddfc3db60nd * (the "License"); you may not use this file except in compliance with
b05ab3ff5ab54aa22610b13d56eaba6ddfc3db60nd * the License. You may obtain a copy of the License at
b05ab3ff5ab54aa22610b13d56eaba6ddfc3db60nd *
b05ab3ff5ab54aa22610b13d56eaba6ddfc3db60nd * http://www.apache.org/licenses/LICENSE-2.0
b05ab3ff5ab54aa22610b13d56eaba6ddfc3db60nd *
b05ab3ff5ab54aa22610b13d56eaba6ddfc3db60nd * Unless required by applicable law or agreed to in writing, software
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen * distributed under the License is distributed on an "AS IS" BASIS,
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen * See the License for the specific language governing permissions and
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen * limitations under the License.
b05ab3ff5ab54aa22610b13d56eaba6ddfc3db60nd */
b05ab3ff5ab54aa22610b13d56eaba6ddfc3db60nd
d229f940abfb2490dee17979e9a5ff31b7012eb5rbowen#include "apr_optional.h"
3f08db06526d6901aa08c110b5bc7dde6bc39905nd
b05ab3ff5ab54aa22610b13d56eaba6ddfc3db60ndAPR_DECLARE_OPTIONAL_FN(int,TestOptionalFn,(const char *));
b05ab3ff5ab54aa22610b13d56eaba6ddfc3db60nd