blob: 6fa677c7ab7ab3e83921df4717cee4155889cd6c (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
 | #ifndef	imapwrite_h
#define	imapwrite_h
/*
** Copyright 1998 - 1999 Double Precision, Inc.
** See COPYING for distribution information.
*/
void writeflush();
void writemem(const char *, size_t);
void writes(const char *);
void writeqs(const char *);
void writen(unsigned long n);
void write_error_exit(const char *);
#endif
 |