From 31a69327e922297fcb0647e6ca0256da83218548 Mon Sep 17 00:00:00 2001 From: Burt P Date: Fri, 28 Jun 2019 21:52:14 -0500 Subject: Memory Devices: a little name cleanup Signed-off-by: Burt P --- modules/devices/dmi_memory.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/devices/dmi_memory.c') diff --git a/modules/devices/dmi_memory.c b/modules/devices/dmi_memory.c index 7280d328..1bdf07ce 100644 --- a/modules/devices/dmi_memory.c +++ b/modules/devices/dmi_memory.c @@ -24,7 +24,7 @@ #include "dt_util.h" /* for appf() */ -#include "spd-decode2.c" +#include "spd-decode.c" gboolean no_handles = FALSE; gboolean sketchy_info = FALSE; @@ -439,7 +439,7 @@ gchar *make_spd_section(spd_data *spd) { return ret; } -gchar *dmi_mem_socket_info() { +gchar *memory_devices_get_info() { gchar *ret = g_strdup_printf( "[$ShellParam$]\nViewType=1\n" "ColumnTitle$TextValue=%s\n" /* Locator */ @@ -680,7 +680,7 @@ gchar *dmi_mem_socket_info() { static gchar *note_state = NULL; -gboolean dmi_mem_show_hinote(const char **msg) { +gboolean memory_devices_hinote(const char **msg) { gchar *want_dmi = _(" dmidecode utility available\n"); gchar *want_root = _(" ... and HardInfo running with superuser privileges\n"); -- cgit v1.2.3