From: Art Cancro Date: Tue, 1 Sep 1998 02:52:23 +0000 (+0000) Subject: more of the same X-Git-Tag: v7.86~8366 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=0d597b1ed88de8302a9e2f435b81c3a6dc6fb78c;p=citadel.git more of the same --- diff --git a/citadel/user_ops.h b/citadel/user_ops.h index a90e7bba7..681d34114 100644 --- a/citadel/user_ops.h +++ b/citadel/user_ops.h @@ -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);