summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authortalha <talha@talhaamir.xyz>2025-12-29 13:45:53 +0500
committertalha <talha@talhaamir.xyz>2025-12-29 13:45:53 +0500
commit9044db4794e95ef9dbc2d5bfde4215ddc82d6ae8 (patch)
treea63784ac600579006a650c49f30d6d2f94b6905f /include
parent0b3d69976819219e71350b6a988d1704fd5f0746 (diff)
added 2d "meshes"HEADmain
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;
};
/**