Add mud_is_up()

This commit is contained in:
angt
2016-03-24 14:38:43 +00:00
parent 20c07fb6d9
commit 1b58401095
2 changed files with 13 additions and 0 deletions

1
mud.h
View File

@@ -14,6 +14,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_is_up (struct mud *);
int mud_pull (struct mud *);
int mud_push (struct mud *);