#ifndef _USERS_H #define _USERS_H /* $Id$ */ int CountUsers(void); void EditUsers(void); void InitUsers(void); void users_doc(void); #endif