Go to the source code of this file.
|
static const char * | type_string (int type) |
|
static int | list_op (const char *input_dir) |
|
static int | del_op (const char *url) |
|
static int | move_op (const char *src, const char *dst) |
|
static void | usage (const char *program_name) |
|
int | main (int argc, char *argv[]) |
|
◆ type_string()
static const char* type_string |
( |
int |
type | ) |
|
|
static |
◆ list_op()
static int list_op |
( |
const char * |
input_dir | ) |
|
|
static |
◆ del_op()
static int del_op |
( |
const char * |
url | ) |
|
|
static |
◆ move_op()
static int move_op |
( |
const char * |
src, |
|
|
const char * |
dst |
|
) |
| |
|
static |
◆ usage()
static void usage |
( |
const char * |
program_name | ) |
|
|
static |
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |