comparison src/group.h @ 102:38b0a1532a37 noffle

[svn] Only track remote message no when subscribed
author bears
date Mon, 05 Jun 2000 09:57:05 +0100
parents adf0af5152f7
children 3c71e28c8eef
comparison
equal deleted inserted replaced
101:ce8191c38f44 102:38b0a1532a37
1 /* 1 /*
2 group.h 2 group.h
3 3
4 Groups database 4 Groups database
5 5
6 $Id: group.h 67 2000-05-12 17:19:38Z enz $ 6 $Id: group.h 135 2000-06-05 08:57:05Z bears $
7 */ 7 */
8 8
9 #ifndef GRP_H 9 #ifndef GRP_H
10 #define GRP_H 10 #define GRP_H
11 11
24 #endif 24 #endif
25 #endif 25 #endif
26 26
27 #include "common.h" 27 #include "common.h"
28 28
29 #define GRP_LOCAL_SERVER_NAME "(local)" 29 #define GRP_LOCAL_SERVER_NAME "(local)"
30 #define GRP_RMT_NEXT_NOT_SUBSCRIBED (-1)
30 31
31 /* open group database */ 32 /* open group database */
32 Bool 33 Bool
33 Grp_open( void ); 34 Grp_open( void );
34 35