diff options
Diffstat (limited to 'src/include/gpxe')
| -rw-r--r-- | src/include/gpxe/settings.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/gpxe/settings.h b/src/include/gpxe/settings.h index 643bd05b0..f32d3ec9a 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, |
