nest-sanity-checks/check-users.h

6 lines
113 B
C
Raw Permalink Normal View History

#ifndef CHECK_USERS_H_INCLUDED
#define CHECK_USERS_H_INCLUDED
int check_users();
void check_users_init();
#endif