aboutsummaryrefslogtreecommitdiff
path: root/getcore.h
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2014-09-28 15:49:52 +1300
committerDavid <dbphillipsnz@gmail.com>2014-09-28 15:49:52 +1300
commit22428b4d31bfbad0462fe13719698232452f4149 (patch)
treed52cc14b3c5c7eb192c15b7ba85666bc2686dc86 /getcore.h
parent45f116b0562951775af0d6833229b22b49bc0397 (diff)
downloadparamano-22428b4d31bfbad0462fe13719698232452f4149.tar.xz
Code tidy
Diffstat (limited to 'getcore.h')
-rw-r--r--getcore.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/getcore.h b/getcore.h
index 3324669..5e6cbb9 100644
--- a/getcore.h
+++ b/getcore.h
@@ -19,7 +19,7 @@
#ifndef GETCORE_H
#define GETCORE_H
-void gc_init();
-int gc_number();
+void gc_init();
+unsigned int gc_number();
#endif