diff options
Diffstat (limited to 'include/fswatcher')
| -rw-r--r-- | include/fswatcher/fswatcher.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fswatcher/fswatcher.h b/include/fswatcher/fswatcher.h index 857fc08..d7b1b8d 100644 --- a/include/fswatcher/fswatcher.h +++ b/include/fswatcher/fswatcher.h @@ -159,6 +159,7 @@ struct fswatcher_event_handler * @return false if poll should end. */ bool ( *callback )( fswatcher_event_handler* handler, fswatcher_event_type evtype, const char* src, const char* dst ); + void *custom_data; }; /** |
