summaryrefslogtreecommitdiff
path: root/utils.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2009-11-19 22:07:41 (GMT)
committerChristian Pointner <equinox@helsinki.at>2009-11-19 22:07:41 (GMT)
commit7b8f7a63c8dd699d50444661ca2a0a291ad9a459 (patch)
treed389ba2208beeeb310070a4ba915c645d117b584 /utils.h
parentd171586226b79bd0977f6f9c6584621e6c6e46bb (diff)
added simple add/remove commands
Diffstat (limited to 'utils.h')
-rw-r--r--utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.h b/utils.h
index 500062d..c601062 100644
--- a/utils.h
+++ b/utils.h
@@ -29,7 +29,7 @@
int init_command_socket(const char* path);
int connect_command_socket(const char* path);
int send_string(int fd, const char* string);
-int nonblock_recvline(read_buffer_t* buffer, int fd, client_t* client_lst, options_t* opt);
+int nonblock_recvline(read_buffer_t* buffer, int fd, int inotify_fd, client_t* client_lst, options_t* opt);
int create_inotify();
#endif