summaryrefslogtreecommitdiff
path: root/utils.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2009-11-20 02:11:28 (GMT)
committerChristian Pointner <equinox@helsinki.at>2009-11-20 02:11:28 (GMT)
commit440f0502990098326b2d8e4935da35809a0532a8 (patch)
tree049523d9d2bb299dd5dfd9c4f29f3fe77b64874b /utils.h
parent45a56fdac919977e22d8ad4bc73d5d223520b338 (diff)
add and remove should work now
Diffstat (limited to 'utils.h')
-rw-r--r--utils.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils.h b/utils.h
index c601062..b3cebc1 100644
--- a/utils.h
+++ b/utils.h
@@ -23,13 +23,14 @@
#define RHDROPBOX_utils_h_INCLUDED
#include "client_list.h"
+#include "watch_list.h"
#include "options.h"
#include <termios.h>
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, int inotify_fd, client_t* client_lst, options_t* opt);
+int nonblock_recvline(read_buffer_t* buffer, int fd, int inotify_fd, watch_list_t* watch_lst, client_t* client_lst, options_t* opt);
int create_inotify();
#endif