* *.c: rename _prefixed function into non-prefixed ones (violates ISO)

This commit is contained in:
Dirk-Jan C. Binnema
2010-01-15 22:11:51 +02:00
parent 223e3f95b0
commit da1e9a3841
9 changed files with 106 additions and 109 deletions

View File

@ -117,7 +117,7 @@ mu_config_init (MuConfigOptions *opts)
}
static gchar*
_guess_muhome (void)
guess_muhome (void)
{
const char* home;
@ -140,7 +140,7 @@ mu_config_set_defaults (MuConfigOptions *opts)
g_return_if_fail (opts);
if (!opts->muhome)
opts->muhome = _guess_muhome ();
opts->muhome = guess_muhome ();
/* note: xpath is is *not* settable from the cmdline */
opts->xpath = g_strdup_printf ("%s%c%s", opts->muhome,G_DIR_SEPARATOR,