diff options
Diffstat (limited to 'discover/pb-discover.h')
-rw-r--r-- | discover/pb-discover.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/discover/pb-discover.h b/discover/pb-discover.h new file mode 100644 index 0000000..a48557c --- /dev/null +++ b/discover/pb-discover.h @@ -0,0 +1,6 @@ +#ifndef _PB_DISCOVER_H +#define _PB_DISCOVER_H + +int register_waiter(int fd, int *callback(void *), void *arg); + +#endif /* _PB_DISCOVER_H */ |