X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ffunctions.h;h=984cdd85ee19fe1622e8e7ab40b20189ea659fb3;hb=efd709c6cdac15b7823e80ed64e448003aea835d;hp=0f5d96d91b94073ff89e67ae5ff8925c4f765d7c;hpb=9d1825d591a7261b1cff620ba535d333352984bf;p=gldbg.git diff --git a/source/functions.h b/source/functions.h index 0f5d96d..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_ -#include "functions.enum" +#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