mirror of
https://github.com/Scandal-UK/Incognito_RCM.git
synced 2024-11-08 21:21:49 +00:00
6 lines
61 B
C
6 lines
61 B
C
#ifndef _KEYS_H_
|
|
#define _KEYS_H_
|
|
|
|
void dump_keys();
|
|
|
|
#endif
|