From 9044db4794e95ef9dbc2d5bfde4215ddc82d6ae8 Mon Sep 17 00:00:00 2001 From: talha Date: Mon, 29 Dec 2025 13:45:53 +0500 Subject: added 2d "meshes" --- include/fswatcher/fswatcher.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/fswatcher/fswatcher.h') 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; }; /** -- cgit v1.2.3