ossp-pkg/petidomo/petidomo.h 1.9 -> 1.10
--- petidomo.h 2001/01/15 16:35:06 1.9
+++ petidomo.h 2001/01/15 16:55:45 1.10
@@ -1,6 +1,6 @@
/*
$Source: /v/ossp/cvs/ossp-pkg/petidomo/petidomo.h,v $
- $Revision: 1.9 $
+ $Revision: 1.10 $
Copyright (C) 2000 by CyberSolutions GmbH, Germany.
@@ -63,17 +63,26 @@
char * index_file;
};
-enum
+enum list_type_t
{
LIST_OPEN,
LIST_CLOSED,
- LIST_MODERATED
+ LIST_MODERATED,
+ LIST_ACKED,
+ LIST_ACKED_ONCE
+ };
+
+enum subscription_type_t
+ {
+ SUBSCRIPTION_PUBLIC,
+ SUBSCRIPTION_ADMIN,
+ SUBSCRIPTION_ACKED
};
struct List_Config
{
unsigned int listtype;
- int allowpubsub;
+ unsigned int subtype;
int allowmembers;
char * fqdn;
char * admin_password;
|
|