Skip to content

Commit

Permalink
Add prototype for processor_frequency_desc()
Browse files Browse the repository at this point in the history
  • Loading branch information
lpereira committed Sep 4, 2017
1 parent 1d04e81 commit e8ea262
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/devices.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e8ea262

Please sign in to comment.