Skip to content

Commit e1c5984

Browse files
author
virco
committed
fix
1 parent 2f4efee commit e1c5984

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

psynclib.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1637,7 +1637,7 @@ psync_folderid_t *psync_crypto_folderids(){
16371637
return ret;
16381638
}
16391639

1640-
external_status psync_filesystem_status(char *path) {
1640+
/*external_status psync_filesystem_status(char *path) {
16411641
return do_psync_external_status(path);
16421642
}
16431643
@@ -1647,7 +1647,7 @@ external_status psync_status_file(const char *path) {
16471647
16481648
external_status psync_status_folder(const char *path) {
16491649
return do_psync_external_status_folder(path);
1650-
}
1650+
}*/
16511651

16521652
int64_t psync_file_public_link(const char *path, char **code /*OUT*/, char **err /*OUT*/) {
16531653
return do_psync_file_public_link(path, code, err, 0, 0, 0);

0 commit comments

Comments
 (0)