summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown2008-03-24 00:28:21 +0100
committerMichael Brown2008-03-24 00:28:21 +0100
commit23e077666b5dd0bed8e7efec942c25faa242caf6 (patch)
tree6a9a86c6a5352eb4bc444eb367a2643a046f2d3a /src/include
parent[IPv4] Use default netmasks when no subnet mask is specified. (diff)
downloadipxe-23e077666b5dd0bed8e7efec942c25faa242caf6.tar.gz
ipxe-23e077666b5dd0bed8e7efec942c25faa242caf6.tar.xz
ipxe-23e077666b5dd0bed8e7efec942c25faa242caf6.zip
[Settings] copy_settings() should not fail if some settings are missing!
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gpxe/settings.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/gpxe/settings.h b/src/include/gpxe/settings.h
index 643bd05b..f32d3ec9 100644
--- a/src/include/gpxe/settings.h
+++ b/src/include/gpxe/settings.h
@@ -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,