fixes init script for non ipv6 enabled systems #472755
[packages/xinetd.git] / xinetd / sensor.h
1 /*
2  * (c) Copyright 2001-2002 by Steve Grubb
3  * All rights reserved.  The file named COPYRIGHT specifies the terms
4  * and conditions for redistribution.
5  */
6
7 #ifndef SENSOR_H
8 #define SENSOR_H
9
10 #include "defs.h"
11 #include "service.h"
12
13 void init_sensor( void );
14 void process_sensor( const struct service *, const union xsockaddr *);
15 status_e check_sensor( const union xsockaddr * );
16 void destroy_global_access_list( void );
17
18 #endif