From acc6e48b81d48b084393809110c8949c6782021f Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Tue, 2 Jan 2007 23:15:08 +0000 Subject: Implemented new module API. Needs cleanups. --- hardinfo2/arch/linux/x86/processor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hardinfo2/arch/linux/x86') diff --git a/hardinfo2/arch/linux/x86/processor.h b/hardinfo2/arch/linux/x86/processor.h index 4e4a2646..a756a958 100644 --- a/hardinfo2/arch/linux/x86/processor.h +++ b/hardinfo2/arch/linux/x86/processor.h @@ -132,7 +132,7 @@ static void get_processor_strfamily(Processor * processor) } } -static GSList *computer_get_processors(void) +static GSList *__scan_processors(void) { GSList *procs = NULL; Processor *processor = NULL; -- cgit v1.2.3