Changes in / [36f8e7c:c3f5bda] in code
Legend:
- Unmodified
- Added
- Removed
-
icb.c
r36f8e7c rc3f5bda 595 595 * icb_ismod: checks whether group is moderated by "is" 596 596 */ 597 in line int597 int 598 598 icb_ismod(struct icb_group *ig, struct icb_session *is) 599 599 { -
icb.h
r36f8e7c rc3f5bda 131 131 void icb_init(void); 132 132 int icb_input(struct icb_session *); 133 in line inticb_ismod(struct icb_group *, struct icb_session *);133 int icb_ismod(struct icb_group *, struct icb_session *); 134 134 int icb_modpermit(struct icb_session *, int); 135 135 int icb_pass(struct icb_group *, struct icb_session *,
Note:
See TracChangeset
for help on using the changeset viewer.