view include/listcontrol.h @ 47:c4af2c82c631

added primitive bounce handling
author mortenp
date Tue, 27 Apr 2004 20:09:40 +1000
parents 6b61ded65896
children bd18a247ae4a
line wrap: on
line source

/* Copyright (C) 2003 Mads Martin Joergensen <mmj at mmj.dk>
 *
 * $Id$
 *
 * This file is redistributable under version 2 of the GNU General
 * Public License as described at http://www.gnu.org/licenses/gpl.txt
 */

#ifndef LISTCONTROL_H
#define LISTCONTROL_H

int listcontrol(const char *mailfilename, const char *listdir,
		const char *controladdr, const char *mlmmjsub,
		const char *mlmmjunsub, const char *mlmmjsend,
		const char *mlmmjbounce);

#endif /* LISTCONTROL_H */