mirror of
https://github.com/s1204IT/Lockpick_RCM.git
synced 2025-01-25 15:53:46 +00:00
6 lines
61 B
C
6 lines
61 B
C
#ifndef _KEYS_H_
|
|
#define _KEYS_H_
|
|
|
|
void dump_keys();
|
|
|
|
#endif
|