mirror of
https://github.com/Decscots/Lockpick_RCM
synced 2024-11-15 12:56:34 +00:00
7 lines
61 B
C
7 lines
61 B
C
|
#ifndef _KEYS_H_
|
||
|
#define _KEYS_H_
|
||
|
|
||
|
void dump_keys();
|
||
|
|
||
|
#endif
|