Example #1
0
int
exec_config_read ()
{
    return dogechat_config_read (exec_config_file);
}
Example #2
0
int
xfer_config_read ()
{
    return dogechat_config_read (xfer_config_file);
}