skipstone/include/skipstone/watch.h

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 */