mirror of git://git.qorg11.net/lainsafe.git
15 lines
195 B
C
15 lines
195 B
C
|
#include <stdlib.h>
|
||
|
|
||
|
size_t
|
||
|
static write_data(void *buffer, size_t size, size_t nmemb,
|
||
|
void *userp);
|
||
|
|
||
|
void
|
||
|
print_usage();
|
||
|
|
||
|
int
|
||
|
store_link(const char *path, const char *buf);
|
||
|
|
||
|
void
|
||
|
print_help();
|