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
2015-11-05 18:49:27 -05: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