X-Git-Url: http://git.tdb.fi/?p=gldbg.git;a=blobdiff_plain;f=source%2Fglwrap.h;h=437cd7c6a9a53b1d6be2e0670a28fd5ce915ef04;hp=f8422a53b21bf4bfb942ede7049be52c810f971d;hb=ea3d851aa52e999b1c5a5fa52c97ff5019756c0e;hpb=7642653a18f7464dd093a93a1247b8f18e53cd1a diff --git a/source/glwrap.h b/source/glwrap.h index f8422a5..437cd7c 100644 --- a/source/glwrap.h +++ b/source/glwrap.h @@ -10,5 +10,7 @@ Distributed under the GPL void *glsym(const char *); int get_out_fd(void); +int get_in_fd(void); +void tracepoint(unsigned short, int); #endif