Add mud_new_key()

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2017-11-15 22:04:44 +00:00
parent 78b76437e5
commit 522ca2804d
2 changed files with 10 additions and 8 deletions

1
mud.h
View File

@@ -9,6 +9,7 @@ void mud_delete (struct mud *);
int mud_get_fd (struct mud *);
int mud_new_key (struct mud *);
int mud_set_key (struct mud *, unsigned char *, size_t);
int mud_get_key (struct mud *, unsigned char *, size_t *);