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
/
udpint.h
1
#ifndef UDPINT_H
2
#define UDPINT_H
3
4
#include "defs.h"
5
#include "int.h"
6
7
#ifdef __GNUC__
8
__attribute__ ((noreturn))
9
#endif
10
void di_exit(void);
11
struct intercept_s *di_init(struct server *serp);
12
13
#endif