summaryrefslogtreecommitdiff
path: root/src/lib/sync_api_upload.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-02-18 15:41:11 +0100
committerChristian Grothoff <christian@grothoff.org>2024-02-18 15:41:11 +0100
commit7f8aa4ae77ba01de45ea323ea4c89065577cac1b (patch)
tree3db6d9daa52a00820b5b46523fd87d0cf8733845 /src/lib/sync_api_upload.c
parent7ae3b90e4a32c7e1fb8149ba47463140733ae532 (diff)
downloadsync-7f8aa4ae77ba01de45ea323ea4c89065577cac1b.tar.gz
sync-7f8aa4ae77ba01de45ea323ea4c89065577cac1b.tar.bz2
sync-7f8aa4ae77ba01de45ea323ea4c89065577cac1b.zip
doxygen fixes
Diffstat (limited to 'src/lib/sync_api_upload.c')
-rw-r--r--src/lib/sync_api_upload.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/lib/sync_api_upload.c b/src/lib/sync_api_upload.c
index 1b36844..7c3c8cb 100644
--- a/src/lib/sync_api_upload.c
+++ b/src/lib/sync_api_upload.c
@@ -423,13 +423,6 @@ SYNC_upload (struct GNUNET_CURL_Context *ctx,
}
-/**
- * Cancel the upload. Note that aborting an upload does NOT guarantee
- * that it did not complete, it is possible that the server did
- * receive the full request before the upload is aborted.
- *
- * @param uo operation to cancel.
- */
void
SYNC_upload_cancel (struct SYNC_UploadOperation *uo)
{