Merge with master
[pazpar2-moved-to-github.git] / src / eventl.h
index 5e46eca..92f9a53 100644 (file)
@@ -47,6 +47,7 @@ typedef struct iochan
     iochan_man_t man;
     char *name;
     struct iochan *next;
+    int poll_offset;
 } *IOCHAN;
 
 
@@ -69,8 +70,6 @@ void iochan_man_destroy(iochan_man_t *mp);
 
 IOCHAN iochan_create(int fd, IOC_CALLBACK cb, int flags, const char *name);
 
-void pazpar2_sleep(double d);
-
 #endif
 /*
  * Local variables: