Files
chargeflow/components/auth/include/auth.h
2025-06-07 22:40:43 +01:00

10 lines
133 B
C

#ifndef AUTH_H
#define AUTH_H
#include <stdbool.h>
void auth_set_enable(bool value);
bool auth_get_enable(void);
#endif // AUTH_H