summaryrefslogtreecommitdiffstats
path: root/sqwebmail/sqconfig.h
blob: dcad1272e1658c9400f02ba528b486017142a390 (plain)
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
26
/*
*/
#ifndef	sqconfig_h
#define	sqconfig_h

/*
** Copyright 1998 - 1999 Double Precision, Inc.  See COPYING for
** distribution information.
*/


#if	HAVE_CONFIG_H
#undef	PACKAGE
#undef	VERSION
#include	"config.h"
#endif

#include	<time.h>
#if HAVE_SYS_TIME_H
#include	<sys/time.h>
#endif

extern const char *read_sqconfig(const char *, const char *, time_t *);
extern void write_sqconfig(const char *, const char *, const char *);

#endif