diff -r 703255003abb -r ea9c08ec4b48 util.h --- a/util.h Tue Jul 11 13:02:22 2006 +0200 +++ b/util.h Tue Jul 11 13:21:57 2006 +0200 @@ -17,3 +17,4 @@ void pipe_spawn(char *buf, unsigned int len, Display *dpy, const char *cmd); extern void spawn(Display *dpy, const char *cmd); extern void swap(void **p1, void **p2); +unsigned char *getselection(unsigned long offset, unsigned long *len, unsigned long *remain);