File: rc.h

package info (click to toggle)
slmon 0.5.13-2.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 504 kB
  • ctags: 210
  • sloc: sh: 2,912; ansic: 1,800; makefile: 60
file content (28 lines) | stat: -rw-r--r-- 554 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28

/*
 * slmon
 *
 * Copyright (C) 2000, 2001, 2002 Krzysztof Luks <m00se@iq.pl>
 *
 * This program is distributed under the GPL license. For details see
 * COPYING text.
 *
 * Author: Krzysztof Luks <m00se@iq.pl>
 *
 * $Date: 2004/06/20 15:56:48 $
 * $Revision: 1.2 $
 *
 */

#ifndef SLMON_RC_H
#define SLMON_RC_H

#include "defines.h"

int slmon_getconf(const struct slmon_conf conf[], const char *key);
char *slmon_strip(char *string);
char *slmon_split(char *str, char sep, int *pos);
int slmon_conf_parse(FILE * f);
int slmon_read_conf(void);

#endif