f997d134bcee6bfa4cd87b69acee96e80c5a358bpquerna/* Licensed to the Apache Software Foundation (ASF) under one or more
f997d134bcee6bfa4cd87b69acee96e80c5a358bpquerna * contributor license agreements. See the NOTICE file distributed with
f997d134bcee6bfa4cd87b69acee96e80c5a358bpquerna * this work for additional information regarding copyright ownership.
f997d134bcee6bfa4cd87b69acee96e80c5a358bpquerna * The ASF licenses this file to You under the Apache License, Version 2.0
f997d134bcee6bfa4cd87b69acee96e80c5a358bpquerna * (the "License"); you may not use this file except in compliance with
f997d134bcee6bfa4cd87b69acee96e80c5a358bpquerna * the License. You may obtain a copy of the License at
f997d134bcee6bfa4cd87b69acee96e80c5a358bpquerna *
f997d134bcee6bfa4cd87b69acee96e80c5a358bpquerna * http://www.apache.org/licenses/LICENSE-2.0
f997d134bcee6bfa4cd87b69acee96e80c5a358bpquerna *
f997d134bcee6bfa4cd87b69acee96e80c5a358bpquerna * Unless required by applicable law or agreed to in writing, software
f997d134bcee6bfa4cd87b69acee96e80c5a358bpquerna * distributed under the License is distributed on an "AS IS" BASIS,
f997d134bcee6bfa4cd87b69acee96e80c5a358bpquerna * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
f997d134bcee6bfa4cd87b69acee96e80c5a358bpquerna * See the License for the specific language governing permissions and
f997d134bcee6bfa4cd87b69acee96e80c5a358bpquerna * limitations under the License.
f997d134bcee6bfa4cd87b69acee96e80c5a358bpquerna */
f997d134bcee6bfa4cd87b69acee96e80c5a358bpquerna
f997d134bcee6bfa4cd87b69acee96e80c5a358bpquerna#include "simple_types.h"
f997d134bcee6bfa4cd87b69acee96e80c5a358bpquerna
f997d134bcee6bfa4cd87b69acee96e80c5a358bpquerna#ifndef APACHE_MPM_SIMPLE_IO_H
f997d134bcee6bfa4cd87b69acee96e80c5a358bpquerna#define APACHE_MPM_SIMPLE_IO_H
f997d134bcee6bfa4cd87b69acee96e80c5a358bpquerna
52a5101047d0148d33df1f9f4f77b24bce7fdf70pquernaapr_status_t simple_io_accept(simple_core_t * sc, simple_sb_t * sb);
f997d134bcee6bfa4cd87b69acee96e80c5a358bpquerna
52a5101047d0148d33df1f9f4f77b24bce7fdf70pquernaapr_status_t simple_io_event_process(simple_core_t * sc, simple_sb_t * sb);
f997d134bcee6bfa4cd87b69acee96e80c5a358bpquerna
f997d134bcee6bfa4cd87b69acee96e80c5a358bpquerna#endif