/*!
*\brief Open preferences file for writing
- * Prefs are written to a temp file: Call prefs_write_close()
+ * Prefs are written to a temp file: Call prefs_file_close()
* to rename this to the final filename
*
*\param path Filename with path of preferences file to write
FILE *fp);
PrefFile *prefs_write_open (const gchar *path);
-gint prefs_write_close (PrefFile *pfile);
-gint prefs_write_close_revert (PrefFile *pfile);
void prefs_set_default (PrefParam *param);
void prefs_free (PrefParam *param);