Blame rpcapd/fileconf.h

Packit Service c0f7c7
/*
Packit Service c0f7c7
 * Copyright (c) 2002 - 2003
Packit Service c0f7c7
 * NetGroup, Politecnico di Torino (Italy)
Packit Service c0f7c7
 * All rights reserved.
Packit Service c0f7c7
 *
Packit Service c0f7c7
 * Redistribution and use in source and binary forms, with or without
Packit Service c0f7c7
 * modification, are permitted provided that the following conditions
Packit Service c0f7c7
 * are met:
Packit Service c0f7c7
 *
Packit Service c0f7c7
 * 1. Redistributions of source code must retain the above copyright
Packit Service c0f7c7
 * notice, this list of conditions and the following disclaimer.
Packit Service c0f7c7
 * 2. Redistributions in binary form must reproduce the above copyright
Packit Service c0f7c7
 * notice, this list of conditions and the following disclaimer in the
Packit Service c0f7c7
 * documentation and/or other materials provided with the distribution.
Packit Service c0f7c7
 * 3. Neither the name of the Politecnico di Torino nor the names of its
Packit Service c0f7c7
 * contributors may be used to endorse or promote products derived from
Packit Service c0f7c7
 * this software without specific prior written permission.
Packit Service c0f7c7
 *
Packit Service c0f7c7
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
Packit Service c0f7c7
 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
Packit Service c0f7c7
 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
Packit Service c0f7c7
 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
Packit Service c0f7c7
 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
Packit Service c0f7c7
 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
Packit Service c0f7c7
 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
Packit Service c0f7c7
 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
Packit Service c0f7c7
 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
Packit Service c0f7c7
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
Packit Service c0f7c7
 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Packit Service c0f7c7
 *
Packit Service c0f7c7
 */
Packit Service c0f7c7
Packit Service c0f7c7
#ifndef __FILECONF_H__
Packit Service c0f7c7
#define __FILECONF_H__
Packit Service c0f7c7
Packit Service c0f7c7
void fileconf_read(void);
Packit Service c0f7c7
int fileconf_save(const char *savefile);
Packit Service c0f7c7
Packit Service c0f7c7
#endif