c49ac5d0fadd72b16b346a2a2930846669e8da32
[packages/xinetd.git] / 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