fixes init script for non ipv6 enabled systems #472755
[packages/xinetd.git] / xinetd / timex.h
1 /*
2  * (c) Copyright 1998-2001 by Rob Braun
3  * All rights reserved.  The file named COPYRIGHT specifies the terms
4  * and conditions for redistribution.
5  */
6 #ifndef _X_TIME
7 #define _X_TIME
8
9 #include "pset.h"
10 #include "defs.h"
11
12 bool_int ti_current_time_check(const pset_h intervals);
13 status_e ti_add(pset_h iset,const char *interval_str);
14 void ti_dump(pset_h iset,int fd);
15 void ti_free(pset_h iset);
16
17 #endif