This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
deb-mbse/mbsetup/m_users.h
2009-05-15 22:01:56 +02:00

12 lines
193 B
C

#ifndef _USERS_H
#define _USERS_H
/* $Id: m_users.h,v 1.3 2004/04/03 18:46:55 mbroek Exp $ */
int CountUsers(void);
void EditUsers(void);
void InitUsers(void);
void users_doc(void);
#endif