X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglwrap.h;h=437cd7c6a9a53b1d6be2e0670a28fd5ce915ef04;hb=ea3d851aa52e999b1c5a5fa52c97ff5019756c0e;hp=04d8f37ab2b193719aea76f0a83013b2d284c19a;hpb=4aba13fc7690cf79e949d9765b371e85e7530207;p=gldbg.git diff --git a/source/glwrap.h b/source/glwrap.h index 04d8f37..437cd7c 100644 --- a/source/glwrap.h +++ b/source/glwrap.h @@ -9,19 +9,8 @@ Distributed under the GPL #define GLWRAP_H_ void *glsym(const char *); -void write_char(char); -void write_short(short); -void write_int(int); -void write_long(long); -void write_long_long(long long); -void write_float(float); -void write_double(double); -void write_pointer(const void *); -void write_data(const void *, unsigned); -void write_string(const char *); -void write_string_array(const char **, unsigned); -void begin_packet(int); -void send_partial_packet(void); -void send_packet(void); +int get_out_fd(void); +int get_in_fd(void); +void tracepoint(unsigned short, int); #endif