blob: 5326b89f85a487b7d71955ca77a11315445ffc07 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/*
** Copyright 2000 Double Precision, Inc. See COPYING for
** distribution information.
*/
/*
*/
#ifndef mailinglist_h
#define mailinglist_h
#include <stdio.h>
extern char *getmailinglists();
extern void savemailinglists(const char *);
#endif
|