#include "tool_setup.h"
#include "curlx.h"
#include "tool_cfgable.h"
#include "tool_msgs.h"
#include "memdebug.h"
Go to the source code of this file.
Defines | |
#define | ENABLE_CURLX_PRINTF |
#define | NOTE_PREFIX "Note: " |
#define | WARN_PREFIX "Warning: " |
Functions | |
void | helpf (FILE *errors, const char *fmt,...) |
void | notef (struct GlobalConfig *config, const char *fmt,...) |
static void | voutf (struct GlobalConfig *config, const char *prefix, const char *fmt, va_list ap) |
void | warnf (struct GlobalConfig *config, const char *fmt,...) |
#define ENABLE_CURLX_PRINTF |
Definition at line 24 of file tool_msgs.c.
#define NOTE_PREFIX "Note: " |
Definition at line 34 of file tool_msgs.c.
#define WARN_PREFIX "Warning: " |
Definition at line 33 of file tool_msgs.c.
void helpf | ( | FILE * | errors, |
const char * | fmt, | ||
... | |||
) |
Definition at line 106 of file tool_msgs.c.
void notef | ( | struct GlobalConfig * | config, |
const char * | fmt, | ||
... | |||
) |
Definition at line 81 of file tool_msgs.c.
static void voutf | ( | struct GlobalConfig * | config, |
const char * | prefix, | ||
const char * | fmt, | ||
va_list | ap | ||
) | [static] |
Definition at line 36 of file tool_msgs.c.
void warnf | ( | struct GlobalConfig * | config, |
const char * | fmt, | ||
... | |||
) |
Definition at line 95 of file tool_msgs.c.