#include "xsh_msg.h"#include <cpl.h>#include <stdarg.h>Go to the source code of this file.
Defines | |
| #define | MAXSTRINGLENGTH 1024 |
Functions | |
| void | xsh_msg_init (void) |
| Initialize messaging. | |
| int | xsh_msg_get_warnings (void) |
| Get number of warnings printed so far. | |
| void | xsh_msg_warning_macro (const char *fct, const char *format,...) |
| Print a warning message. | |
Variables | |
| static int | number_of_warnings = 0 |
1.6.1