Ubuntu Pastebin

Paste from Tyler Hicks at Tue, 28 Mar 2017 16:55:11 +0000

Download as text
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; 
}
Download as text