summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
authorMinje Ahn <minje.ahn@samsung.com>2015-06-10 20:47:13 +0900
committerMinje Ahn <minje.ahn@samsung.com>2015-06-10 20:47:13 +0900
commitcbb11bf8d28059cdf57cea64a04150a740cbcf91 (patch)
tree123d6e47b7682e8497e104f383feccc93218c16f /server
parent9d333c7852195d9d4cb75e681b6e4d0be686dbe5 (diff)
downloadlibmedia-thumbnail-cbb11bf8d28059cdf57cea64a04150a740cbcf91.tar.gz
libmedia-thumbnail-cbb11bf8d28059cdf57cea64a04150a740cbcf91.tar.bz2
libmedia-thumbnail-cbb11bf8d28059cdf57cea64a04150a740cbcf91.zip
Change-Id: I404d21bdeb3f23786c9b30303ede8edac4b24149 Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
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_*/