mirror of
https://github.com/dimkouv/Linux-Keylogger.git
synced 2025-05-15 17:10:09 -07:00
7 lines
104 B
C
7 lines
104 B
C
#ifndef MAPPINGS_H_INCLUDED
|
|
#define MAPPINGS_H_INCLUDED
|
|
|
|
void generate_mappings(char ** codes);
|
|
|
|
#endif
|