view include/mlmmj-sub.h @ 37:6b61ded65896

Send around the full path to the binaries
author mmj
date Fri, 23 Apr 2004 23:54:04 +1000
parents 647ec4f439b4
children 3f177909efc8
line wrap: on
line source

/* Copyright (C) 2002, 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 MLMMJ_SUBSCRIBE_H
#define MLMMJ_SUBSCRIBE_H

void confirm_sub(const char *listdir, const char *listaddr,
		 const char *subaddr, const char *mlmmjsend);
void generate_subconfirm(const char *listdir, const char *listadr,
		const char *subaddr, const char *mlmmjsend);

#endif /* MLMMJ_SUBSCRIBE_H */