#include "tool_setup.h"
Go to the source code of this file.
Functions | |
char * | add_file_name_to_url (CURL *curl, char *url, const char *filename) |
void | clean_getout (struct OperationConfig *config) |
CURLcode | get_url_file_name (char **filename, const char *url) |
bool | output_expected (const char *url, const char *uploadfile) |
bool | stdin_upload (const char *uploadfile) |
char* add_file_name_to_url | ( | CURL * | curl, |
char * | url, | ||
const char * | filename | ||
) |
Definition at line 74 of file tool_operhlp.c.
void clean_getout | ( | struct OperationConfig * | config | ) |
Definition at line 38 of file tool_operhlp.c.
CURLcode get_url_file_name | ( | char ** | filename, |
const char * | url | ||
) |
Definition at line 130 of file tool_operhlp.c.
bool output_expected | ( | const char * | url, |
const char * | uploadfile | ||
) |
Definition at line 54 of file tool_operhlp.c.
bool stdin_upload | ( | const char * | uploadfile | ) |
Definition at line 64 of file tool_operhlp.c.