]> git.tdb.fi Git - gldbg.git/blobdiff - source/glwrap.h
Enable bidirectional communication between gldbg and glwrap.so
[gldbg.git] / source / glwrap.h
index f8422a53b21bf4bfb942ede7049be52c810f971d..437cd7c6a9a53b1d6be2e0670a28fd5ce915ef04 100644 (file)
@@ -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