more of the same
authorArt Cancro <ajc@citadel.org>
Tue, 1 Sep 1998 02:52:23 +0000 (02:52 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 1 Sep 1998 02:52:23 +0000 (02:52 +0000)
citadel/user_ops.h

index a90e7bba743244ad349ba7950679c44f2aac732b..681d34114106fcce8477ea3711d307223fac08ef 100644 (file)
@@ -22,6 +22,8 @@ void cmd_forg (void);
 void cmd_gnur (void);
 void cmd_greg (char *who);
 void cmd_vali (char *v_args);
+void ForEachUser(void (*CallBack)(struct usersupp *EachUser));
+void ListThisUser(struct usersupp *usbuf);
 void cmd_list (void);
 void cmd_regi (void);
 void cmd_chek (void);