You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-power/nvclock/files/nvclock-0.8_p20110102-fno-c...

12 lines
304 B

--- a/src/nvcontrol/nvcontrol.h
+++ b/src/nvcontrol/nvcontrol.h
@@ -42,7 +42,7 @@
} NVOptionList;
#define OPTION_LIST_SIZE 27
-NVOptionList option_list[OPTION_LIST_SIZE];
+extern NVOptionList option_list[OPTION_LIST_SIZE];
int init_nvcontrol();
NVOptionList *nvcontrol_lookup_option(int option);