*** empty log message ***

This commit is contained in:
Søren Sandmann Pedersen
2004-11-15 23:15:59 +00:00
parent 6ef8165781
commit b40d94ca41
5 changed files with 913 additions and 36 deletions

View File

@ -68,8 +68,7 @@ ProfileCaller * profile_list_callers (Profile *profile,
ProfileObject *callee);
void profile_caller_free (ProfileCaller *caller);
void profile_descendant_free (ProfileDescendant *descendant);
gboolean profile_save (Profile *profile,
const char *file_name,
GError **err);
Profile * profile_load (const char *filename,
GError **err);
const char *file_name);
Profile * profile_load (const char *filename);