[Settings] copy_settings() should not fail if some settings are missing!

This commit is contained in:
Michael Brown
2008-03-23 23:28:21 +00:00
parent 978865da2f
commit 23e077666b
3 changed files with 71 additions and 59 deletions

View File

@@ -163,8 +163,6 @@ extern int store_setting ( struct settings *settings, unsigned int tag,
const void *data, size_t len );
extern int fetch_setting ( struct settings *settings, unsigned int tag,
void *data, size_t len );
extern int copy_setting ( struct settings *dest, unsigned int dest_tag,
struct settings *source, unsigned int source_tag );
extern int copy_settings ( struct settings *dest, struct settings *source );
extern int fetch_setting_len ( struct settings *settings, unsigned int tag );
extern int fetch_string_setting ( struct settings *settings, unsigned int tag,