Add mud_can_pull()

This commit is contained in:
angt
2016-03-09 10:58:14 +00:00
parent 58ae40149b
commit 11903da862
2 changed files with 7 additions and 0 deletions

2
mud.h
View File

@@ -13,6 +13,8 @@ int mud_get_fd (struct mud *);
int mud_bind (struct mud *, const char *);
int mud_peer (struct mud *, const char *, const char *);
int mud_can_pull (struct mud *);
int mud_pull (struct mud *);
int mud_push (struct mud *);