]> git.tdb.fi Git - gldbg.git/blob - source/glwrap.h
Replace per-file license notices with License.txt
[gldbg.git] / source / glwrap.h
1 #ifndef GLWRAP_H_
2 #define GLWRAP_H_
3
4 void *glsym(const char *);
5 int get_out_fd(void);
6 int get_in_fd(void);
7 void tracepoint(unsigned short, int);
8
9 #endif