mirror of
https://github.com/shchmue/Lockpick_RCM.git
synced 2025-02-03 09:20:31 +03:00
7 lines
61 B
C
7 lines
61 B
C
|
#ifndef _KEYS_H_
|
||
|
#define _KEYS_H_
|
||
|
|
||
|
void dump_keys();
|
||
|
|
||
|
#endif
|