X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglwrap.h;h=8bc436c30d07a6378f73608e3ddfe89e2322e342;hb=a832996c884a0e0acc9a38ba4dd258edb75ec7af;hp=f8422a53b21bf4bfb942ede7049be52c810f971d;hpb=fab9ed5163a8f4ef5314bc67e48d1690d1126649;p=gldbg.git diff --git a/source/glwrap.h b/source/glwrap.h index f8422a5..8bc436c 100644 --- a/source/glwrap.h +++ b/source/glwrap.h @@ -1,14 +1,9 @@ -/* $Id$ - -This file is part of gldbg -Copyright © 2010 Mikko Rasa, Mikkosoft Productions -Distributed under the GPL -*/ - #ifndef GLWRAP_H_ #define GLWRAP_H_ void *glsym(const char *); int get_out_fd(void); +int get_in_fd(void); +void tracepoint(unsigned short, int); #endif