mdelibs/include/MDE/Core/Users.h
2025-11-25 11:15:35 +09:00

18 lines
271 B
C

#ifndef __MDE_CORE_USERS_H__
#define __MDE_CORE_USERS_H__
#include <MDE/MachDep.h>
#ifdef __cplusplus
extern "C" {
#endif
void MDEUsersList(void (*call)(const char* name, void* user), void* user);
char* MDEUsersGetUsername(void);
#ifdef __cplusplus
}
#endif
#endif