Support STORE_DEFAULT (store_snapshot_cb): Use STORE_DEFAULT rather than
2001-05-03 Bradford Hovinen <hovinen@ximian.com> * location.c (location_store_xml): Support STORE_DEFAULT (store_snapshot_cb): Use STORE_DEFAULT rather than STORE_MASK_PREVIOUS * location.h (_StoreType): Add STORE_DEFAULT * config-log.c (config_log_get_rollback_id_by_steps): Return the current id if the node represents default data * main.c (do_add_location): Cast correctly, fixing compiler warning
This commit is contained in:
parent
a7fa858b61
commit
7631a53d80
6 changed files with 87 additions and 10 deletions
|
@ -71,7 +71,8 @@ struct tm *config_log_get_date_for_id (ConfigLog *config_log,
|
|||
gint id);
|
||||
|
||||
gint config_log_write_entry (ConfigLog *config_log,
|
||||
gchar *backend_id);
|
||||
gchar *backend_id,
|
||||
gboolean is_default_data);
|
||||
|
||||
void config_log_iterate (ConfigLog *config_log,
|
||||
ConfigLogIteratorCB callback,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue