MPD
Macros
mpd_error.h File Reference
#include <stdlib.h>

Go to the source code of this file.

Macros

#define MPD_ERROR(...)
 

Macro Definition Documentation

#define MPD_ERROR (   ...)
Value:
do { \
g_critical(__VA_ARGS__); \
exit(EXIT_FAILURE); \
} while(0)

Definition at line 30 of file mpd_error.h.