Dispatcher fixes: user callback arg, changing handler to NULL

This commit is contained in:
Olof hagsand 2021-10-12 14:45:10 +02:00
parent fccf315235
commit a74fbdecdb
4 changed files with 5 additions and 14 deletions

View file

@ -22,6 +22,7 @@ typedef int (*handler_function)(void *handle, char *path, void *userargs, void *
typedef struct {
char *dd_path;
handler_function dd_handler;
void *dd_arg;
} dispatcher_definition;
/*