diff options
| author | talha <talha@talhaamir.xyz> | 2025-12-29 13:45:53 +0500 |
|---|---|---|
| committer | talha <talha@talhaamir.xyz> | 2025-12-29 13:45:53 +0500 |
| commit | 9044db4794e95ef9dbc2d5bfde4215ddc82d6ae8 (patch) | |
| tree | a63784ac600579006a650c49f30d6d2f94b6905f /include | |
| parent | 0b3d69976819219e71350b6a988d1704fd5f0746 (diff) | |
Diffstat (limited to 'include')
| -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; }; /** |
