X-Git-Url: http://git.tdb.fi/?p=gldbg.git;a=blobdiff_plain;f=source%2Ffunctions.h;h=f39c0680ebf5a57cc39742065c8c79aef2c23ed2;hp=caa99e9217f4ded977e16b696fb431a8530c1348;hb=ea3d851aa52e999b1c5a5fa52c97ff5019756c0e;hpb=7642653a18f7464dd093a93a1247b8f18e53cd1a diff --git a/source/functions.h b/source/functions.h index caa99e9..f39c068 100644 --- a/source/functions.h +++ b/source/functions.h @@ -1,13 +1,24 @@ /* $Id$ This file is part of gldbg -Copyright © 2009 Mikko Rasa, Mikkosoft Productions +Copyright © 2009-2010 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