sakisafe/clainsafecli/clainsafecli.h
qorg11 acb47dd5bb
Added a header for clainsafecli which contains the functions. Also
added the default curl progress bar.

Added deprecation note for lainsafecli.
2021-02-09 18:23:43 +01:00

17 lines
316 B
C

#include <stdlib.h>
size_t
static write_data(void *buffer, size_t size, size_t nmemb,
void *userp);
void
print_usage();
int progress_func(void* ptr, double TotalToDownload, double NowDownloaded,
double TotalToUpload, double NowUploaded);
int
store_link(const char *path, const char *buf);
void
print_help();