]> git.tdb.fi Git - gldbg.git/blob - source/functions.h
Replace per-file license notices with License.txt
[gldbg.git] / source / functions.h
1 #ifndef FUNCTIONS_H_
2 #define FUNCTIONS_H_
3
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7
8 #include "gensrc/functions.enum"
9
10 const char *get_function_name(unsigned short);
11 unsigned short get_function(const char *);
12
13 #ifdef __cplusplus
14 }
15 #endif
16
17 #endif