Move MUD_PATH_MAX in mud.h

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2019-07-17 14:29:08 +00:00
parent 06e165e664
commit 14893f9ea9
2 changed files with 1 additions and 2 deletions

1
mud.h
View File

@@ -4,6 +4,7 @@
#include <inttypes.h>
#include <sys/socket.h>
#define MUD_PATH_MAX (32U)
#define MUD_PUB_SIZE (32U)
struct mud;