X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglwrap.h;h=8bc436c30d07a6378f73608e3ddfe89e2322e342;hb=a832996c884a0e0acc9a38ba4dd258edb75ec7af;hp=047f9c427d16939074f3cef038e4f0b35bb3a845;hpb=03c86c2f632b642aa94f721e326787e91aa69c25;p=gldbg.git diff --git a/source/glwrap.h b/source/glwrap.h index 047f9c4..8bc436c 100644 --- a/source/glwrap.h +++ b/source/glwrap.h @@ -1,26 +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 *); -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_packet(void); +int get_out_fd(void); +int get_in_fd(void); +void tracepoint(unsigned short, int); #endif