aboutsummaryrefslogtreecommitdiff
path: root/src/file_watch.h
diff options
context:
space:
mode:
authorallusive-dev <[email protected]>2023-09-19 17:46:20 +1000
committerallusive-dev <[email protected]>2023-09-19 17:46:20 +1000
commit5650d887357bf2a3fac8c5fd4f467bf8795b5fc4 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /src/file_watch.h
parentUpdate picom.sample.conf (diff)
downloadcompfy-5650d887357bf2a3fac8c5fd4f467bf8795b5fc4.tar.xz
compfy-5650d887357bf2a3fac8c5fd4f467bf8795b5fc4.zip
reset
Diffstat (limited to 'src/file_watch.h')
-rw-r--r--src/file_watch.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/file_watch.h b/src/file_watch.h
deleted file mode 100644
index c249cd2..0000000
--- a/src/file_watch.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#pragma once
-#include <stdbool.h>
-
-#include <ev.h>
-
-typedef void (*file_watch_cb_t)(void *);
-
-void *file_watch_init(EV_P);
-bool file_watch_add(void *, const char *, file_watch_cb_t, void *);
-void file_watch_destroy(EV_P_ void *);