File: loadconf.h

package info (click to toggle)
watchcatd 1.2.1-3
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 248 kB
  • ctags: 188
  • sloc: ansic: 1,784; sh: 73; makefile: 59; perl: 46
file content (12 lines) | stat: -rw-r--r-- 230 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
/*
** $Id: loadconf.h 1654 2006-05-29 18:18:02Z andre $
** watchcatd - Watchcat Daemon
** See copyright notice in distro's COPYRIGHT file
*/

#ifndef LOADCONF_H
#define LOADCONF_H

void load_conf(char *);

#endif /* LOADCONF_H */