comparison src/group.h @ 61:adf0af5152f7 noffle

[svn] Renamed some variables and function names, because they caused compiler warnings because of shadowing global variables from system include files (index, stat, serv).
author enz
date Fri, 12 May 2000 18:19:38 +0100
parents 125d79c9e586
children 38b0a1532a37
comparison
equal deleted inserted replaced
60:defaa632baae 61:adf0af5152f7
1 /* 1 /*
2 group.h 2 group.h
3 3
4 Groups database 4 Groups database
5 5
6 $Id: group.h 60 2000-05-09 22:28:38Z uh1763 $ 6 $Id: group.h 67 2000-05-12 17:19:38Z enz $
7 */ 7 */
8 8
9 #ifndef GRP_H 9 #ifndef GRP_H
10 #define GRP_H 10 #define GRP_H
11 11
56 const char * 56 const char *
57 Grp_dsc( const char *name ); 57 Grp_dsc( const char *name );
58 58
59 /* Get server the group resides on */ 59 /* Get server the group resides on */
60 const char * 60 const char *
61 Grp_serv( const char *name ); 61 Grp_server( const char *name );
62 62
63 /* 63 /*
64 Get article number of the first article in the group 64 Get article number of the first article in the group
65 This number is a hint only, it is independent of the 65 This number is a hint only, it is independent of the
66 real articles in content.c 66 real articles in content.c