1 #ifndef cmlmsubunsub_h
2 #define cmlmsubunsub_h
3 
4 /*
5 ** Copyright 2000-2007 Double Precision, Inc.
6 ** See COPYING for distribution information.
7 */
8 
9 static const char cmlmsubunsub_h_rcsid[]="$Id: cmlmsubunsub.h,v 1.5 2007/03/01 04:32:03 mrsam Exp $";
10 
11 #include	"config.h"
12 #include	"cmlm.h"
13 #include	"afx/afx.h"
14 
15 #include	<vector>
16 
17 int cmdsub(const std::vector<std::string> &);	// Manual subscribe
18 int cmdunsub(const std::vector<std::string> &);	// Manual unsubscribe
19 
20 int docmdsub(const char *, std::string);
21 int docmdsub(const char *, std::string, bool addheader);
22 // Do the subscription action
23 
24 int docmdunsub(const char *, std::string);	// Do the unsubscription action
25 
26 int docmdunsub_bounce(std::string, std::string); // Unsub due to bounces
27 #endif
28