summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/fswatcher/fswatcher.h1
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;
};
/**