File: init.h

package info (click to toggle)
hybserv 1.9.2-4
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 2,848 kB
  • ctags: 1,854
  • sloc: ansic: 37,037; sh: 3,167; makefile: 337
file content (25 lines) | stat: -rw-r--r-- 432 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
 * init.h
 * Hybserv2 Services by Hybserv2 team
 *
 * $Id: init.h 1147 2005-08-03 23:41:19Z kreator $
 */

#ifndef INCLUDED_init_h
#define INCLUDED_init_h

#include "stdinc.h"
#include "config.h"

struct Luser;

RETSIGTYPE ProcessSignal(int);
void InitListenPorts(void);
void InitLists(void);
void InitSignals(void);
void PostCleanup(void);
void InitServs(struct Luser *);

extern int control_pipe;

#endif /* INCLUDED_init_h */