diff options
author | David <dbphillipsnz@gmail.com> | 2014-09-28 15:49:52 +1300 |
---|---|---|
committer | David <dbphillipsnz@gmail.com> | 2014-09-28 15:49:52 +1300 |
commit | 22428b4d31bfbad0462fe13719698232452f4149 (patch) | |
tree | d52cc14b3c5c7eb192c15b7ba85666bc2686dc86 /getgov.h | |
parent | 45f116b0562951775af0d6833229b22b49bc0397 (diff) | |
download | paramano-22428b4d31bfbad0462fe13719698232452f4149.tar.xz |
Code tidy
Diffstat (limited to 'getgov.h')
-rw-r--r-- | getgov.h | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -19,12 +19,10 @@ #ifndef GETGOV_H #define GETGOV_H -#include <stdbool.h> - -void gg_init(); -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); -int gg_number(); +void gg_init(); +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 |