skipstone/include/skipstone/watch.h
2017-11-23 17:28:47 +00:00

13 lines
313 B
C

#ifndef _SKIPSTONE_WATCH_H
#define _SKIPSTONE_WATCH_H
#include <skipstone/link.h>
#include <skipstone/message.h>
typedef struct _skipstone_watch skipstone_watch;
skipstone_watch *skipstone_watch_new(skipstone_link *link);
void skipstone_watch_destroy(skipstone_watch *watch);
#endif /* _SKIPSTONE_WATCH_H */