Add mud_get_key()

This commit is contained in:
angt
2016-04-26 06:50:04 +00:00
parent 3b7853c9ba
commit 7e5c487951
2 changed files with 15 additions and 1 deletions

2
mud.h
View File

@@ -8,6 +8,8 @@ struct mud *mud_create (const char *, int, int);
void mud_delete (struct mud *);
int mud_set_key (struct mud *, unsigned char *, size_t);
int mud_get_key (struct mud *, unsigned char *, size_t);
int mud_get_fd (struct mud *);
void mud_set_send_timeout_msec (struct mud *, unsigned);