diff options
Diffstat (limited to 'adb/file_sync_client.cpp')
-rw-r--r-- | adb/file_sync_client.cpp | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/adb/file_sync_client.cpp b/adb/file_sync_client.cpp index 4ba730b..730a5e2 100644 --- a/adb/file_sync_client.cpp +++ b/adb/file_sync_client.cpp @@ -130,8 +130,6 @@ fail: return -1; } -typedef struct syncsendbuf syncsendbuf; - struct syncsendbuf { unsigned id; unsigned size; @@ -557,8 +555,6 @@ int do_sync_ls(const char *path) } } -typedef struct copyinfo copyinfo; - struct copyinfo { copyinfo *next; @@ -804,12 +800,12 @@ int do_sync_push(const char *lpath, const char *rpath, int show_progress) } -typedef struct { +struct sync_ls_build_list_cb_args { copyinfo **filelist; copyinfo **dirlist; const char *rpath; const char *lpath; -} sync_ls_build_list_cb_args; +}; void sync_ls_build_list_cb(unsigned mode, unsigned size, unsigned time, |