]> git.pld-linux.org Git - projects/rc-scripts.git/blame - src/initlog.h
netfs: respect VSERVER_ISOLATION_NET here as well
[projects/rc-scripts.git] / src / initlog.h
CommitLineData
cee18a41
AM
1
2#define _GNU_SOURCE 1
3
4#ifndef INITLOG_H
5#define INITLOG_H
6
7struct logInfo {
8 char *cmd;
9 char *line;
10 int fac;
11 int pri;
12};
13
14char *getLine(char **data);
15int logString(char *cmd, char *string);
16int processArgs(int argc, char **argv, int silent);
17
18#define DDEBUG if (debug) printf
19
20#endif
This page took 0.157517 seconds and 4 git commands to generate.