summaryrefslogtreecommitdiff
path: root/stats.h
diff options
context:
space:
mode:
authorJakub Sławiński2004-01-09 18:48:31 +0100
committerJoshua Judson Rosen2014-07-17 21:14:55 +0200
commitc691251feaffa310a51e0c2255eefc6b42f0e728 (patch)
treef7202a10873641aad3c93850948ec3d969c97735 /stats.h
parentv0.5.2 (diff)
downloadapf-c691251feaffa310a51e0c2255eefc6b42f0e728.tar.gz
v0.5.3
- Added: client password identification (weak) - Added: sigint intercepting and server closing - Modified: communication between server and client - Added: 'nossl' and 'nozlib' modes - Added: zlib support - Lightly Modified: verbose mode - Modified/Added: help screen and long options support
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