projects
/
packages
/
xinetd.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fixes init script for non ipv6 enabled systems #472755
[packages/xinetd.git]
/
xinetd
/
logctl.h
1
#ifndef LOGCTL_H
2
#define LOGCTL_H
3
4
#include "defs.h"
5
#include "xlog.h"
6
#include "log.h"
7
8
status_e log_start(struct service *sp,xlog_h *xhp);
9
void log_end(struct log *lp,xlog_h xh);
10
11
#endif
12