842ae4bd224140319ae7feec1872b93dfd491143fielding/* Licensed to the Apache Software Foundation (ASF) under one or more
842ae4bd224140319ae7feec1872b93dfd491143fielding * contributor license agreements. See the NOTICE file distributed with
842ae4bd224140319ae7feec1872b93dfd491143fielding * this work for additional information regarding copyright ownership.
842ae4bd224140319ae7feec1872b93dfd491143fielding * The ASF licenses this file to You under the Apache License, Version 2.0
842ae4bd224140319ae7feec1872b93dfd491143fielding * (the "License"); you may not use this file except in compliance with
842ae4bd224140319ae7feec1872b93dfd491143fielding * the License. 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 *));