#ifndef AUTH_H #define AUTH_H #include void auth_set_enable(bool value); bool auth_get_enable(void); #endif // AUTH_H