view include/listcontrol.h @ 37:6b61ded65896

Send around the full path to the binaries
author mmj
date Fri, 23 Apr 2004 23:54:04 +1000
parents 21ce01de8109
children c4af2c82c631
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);

#endif /* LISTCONTROL_H */