1 2 3 4 5 6 7
static dbus_bool_t modestr_is_complain (const char *mode) { if (mode && strcmp (mode, "complain") == 0) return TRUE; return FALSE; }