summaryrefslogtreecommitdiff
path: root/stats.h
diff options
context:
space:
mode:
Diffstat (limited to 'stats.h')
-rw-r--r--stats.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/stats.h b/stats.h
index 117899f..695b5f4 100644
--- a/stats.h
+++ b/stats.h
@@ -23,6 +23,9 @@
int loginit(char verlev, char loglev, const char* logfname); /* initializes logging routine */
void aflog(char type, const char* format, ...); /* log to a file or|and screen */
+void addtocg(int amount); /* add amount to compressgained value */
+void resetcg(void); /* reset the compressgained value */
+signed long getcg(void); /* returns the compressgained value */
#endif