From e8ea262b2ad60fddd6e9b9392de8e61280b3f773 Mon Sep 17 00:00:00 2001 From: Leandro Pereira Date: Mon, 4 Sep 2017 16:08:35 -0700 Subject: Add prototype for processor_frequency_desc() --- includes/devices.h | 1 + 1 file changed, 1 insertion(+) (limited to 'includes/devices.h') diff --git a/includes/devices.h b/includes/devices.h index 0508c819..e18a3838 100644 --- a/includes/devices.h +++ b/includes/devices.h @@ -46,6 +46,7 @@ gchar *processor_name_default(GSList * processors); gchar *processor_describe(GSList * processors); gchar *processor_describe_default(GSList * processors); gchar *processor_describe_by_counting_names(GSList * processors); +gchar *processor_frequency_desc(GSList *processors); /* Memory */ void init_memory_labels(void); -- cgit v1.2.3