]> git.tdb.fi Git - gldbg.git/blobdiff - source/glwrap.h
Replace per-file license notices with License.txt
[gldbg.git] / source / glwrap.h
index f8422a53b21bf4bfb942ede7049be52c810f971d..8bc436c30d07a6378f73608e3ddfe89e2322e342 100644 (file)
@@ -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