diff options
Diffstat (limited to 'getgov.h')
-rw-r--r-- | getgov.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -16,9 +16,6 @@ * <http://www.gnu.org/licenses/>. * ************************************************************************/ -#ifndef GETGOV_H -#define GETGOV_H - #include <stdbool.h> void gg_init(); @@ -26,5 +23,3 @@ bool gg_current(int core, char* out, int size); bool gg_available(int core, char* out, int size); char* gg_gov(int core, int index); unsigned int gg_number(); - -#endif /* ifndef GETGOV_H */ |