Add mud_can_push()

This commit is contained in:
angt
2016-04-14 19:41:59 +00:00
parent cd9fb7ce34
commit 23a2cc1e24
2 changed files with 6 additions and 0 deletions

1
mud.h
View File

@@ -17,6 +17,7 @@ int mud_bind (struct mud *, const char *);
int mud_peer (struct mud *, const char *, const char *);
int mud_can_pull (struct mud *);
int mud_can_push (struct mud *);
int mud_is_up (struct mud *);
int mud_pull (struct mud *);