mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-04 18:45:05 +01:00
7 lines
103 B
C
7 lines
103 B
C
|
#ifndef PASSWORD_CHECK_H_
|
||
|
#define PASSWORD_CHECK_H_
|
||
|
|
||
|
int PasswordCheck(const char * password);
|
||
|
|
||
|
#endif
|