X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Ffile_sync_service.h;h=68059da67866510dad4c2a1075ccf65b0a1965be;hb=d645a7a947f51f5dfc0e769fe74031e1350d53e4;hp=84f06bb4f86bd1d650fb65bd5d01b69319bd44e5;hpb=793d07410b0143b85887597d82ddf84b99a19ea9;p=platform%2Fcore%2Fsystem%2Fsdbd.git diff --git a/src/file_sync_service.h b/src/file_sync_service.h index 84f06bb..68059da 100644 --- a/src/file_sync_service.h +++ b/src/file_sync_service.h @@ -77,6 +77,7 @@ typedef union { void file_sync_service(int fd, void *cookie); +void file_sync_subproc(int fd, void *cookie); int do_sync_ls(const char *path); int do_sync_push(const char *lpath, const char *rpath, int verifyApk, int isUtf8); int do_sync_sync(const char *lpath, const char *rpath, int listonly);