mirror of
https://vps.suchmeme.nl/git/mudkip/Lockpick_RCM.git
synced 2024-11-13 16:55:10 +01:00
7 lines
61 B
C
7 lines
61 B
C
#ifndef _KEYS_H_
|
|
#define _KEYS_H_
|
|
|
|
void dump_keys();
|
|
|
|
#endif
|