From c691251feaffa310a51e0c2255eefc6b42f0e728 Mon Sep 17 00:00:00 2001 From: Jakub Sławiński Date: Fri, 9 Jan 2004 18:48:31 +0100 Subject: 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 --- stats.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'stats.h') 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 -- cgit v1.1