summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
Diffstat (limited to 'server')
-rwxr-xr-xserver/include/thumb-server-internal.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/server/include/thumb-server-internal.h b/server/include/thumb-server-internal.h
index 818a02c..64648b1 100755
--- a/server/include/thumb-server-internal.h
+++ b/server/include/thumb-server-internal.h
@@ -44,8 +44,6 @@ void _thumb_daemon_finish_jobs();
void _thumb_daemon_mmc_eject_vconf_cb(void *data);
void _thumb_daemon_vconf_cb(void *data);
gboolean _thumb_server_prepare_socket(int *sock_fd);
-gboolean _thumb_server_read_socket(GIOChannel *src,
- GIOCondition condition,
- gpointer data);
+gboolean _thumb_server_read_socket(GIOChannel *src, GIOCondition condition, gpointer data);
#endif /*_THUMB_DAEMON_INTERNAL_H_*/