6 lines
91 B
C
6 lines
91 B
C
#ifndef CATWEASEL_H
|
|
#define CATWEASEL_H
|
|
|
|
int catw_kb_init(void);
|
|
|
|
#endif /* CATWEASEL_H */
|