summaryrefslogtreecommitdiff
path: root/server/include/thumb-server-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/include/thumb-server-internal.h')
-rwxr-xr-xserver/include/thumb-server-internal.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/server/include/thumb-server-internal.h b/server/include/thumb-server-internal.h
index 2d061c8..cbf8644 100755
--- a/server/include/thumb-server-internal.h
+++ b/server/include/thumb-server-internal.h
@@ -39,8 +39,17 @@ typedef enum {
TIMEOUT_MODE = 1
} _server_mode_e;
+#if 0
int _thumb_daemon_get_sockfd();
gboolean _thumb_daemon_udp_thread(void *data);
+#endif
+
+gboolean _thumb_daemon_start_jobs(gpointer data);
+void _thumb_daemon_finish_jobs();
+gboolean _thumb_server_prepare_socket(int *sock_fd);
+gboolean _thumb_server_read_socket(GIOChannel *src,
+ GIOCondition condition,
+ gpointer data);
#endif /*_THUMB_DAEMON_INTERNAL_H_*/