X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ffunctions.h;h=984cdd85ee19fe1622e8e7ab40b20189ea659fb3;hb=HEAD;hp=caa99e9217f4ded977e16b696fb431a8530c1348;hpb=03c86c2f632b642aa94f721e326787e91aa69c25;p=gldbg.git diff --git a/source/functions.h b/source/functions.h index caa99e9..984cdd8 100644 --- a/source/functions.h +++ b/source/functions.h @@ -1,13 +1,17 @@ -/* $Id$ - -This file is part of gldbg -Copyright © 2009 Mikko Rasa, Mikkosoft Productions -Distributed under the GPL -*/ - #ifndef FUNCTIONS_H_ #define FUNCTIONS_H_ +#ifdef __cplusplus +extern "C" { +#endif + #include "gensrc/functions.enum" +const char *get_function_name(unsigned short); +unsigned short get_function(const char *); + +#ifdef __cplusplus +} +#endif + #endif