Dispatcher fixes: user callback arg, changing handler to NULL
This commit is contained in:
parent
fccf315235
commit
a74fbdecdb
4 changed files with 5 additions and 14 deletions
|
|
@ -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;
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue