add grade counts, screenshots to stats.html

This commit is contained in:
Chris Danford
2004-02-17 01:16:57 +00:00
parent ec6039769c
commit d1a3f1fbde
9 changed files with 202 additions and 21 deletions
+3
View File
@@ -12,6 +12,9 @@ public:
static void SignFile( CString sPath );
static bool VerifyFile( CString sPath );
static CString GetFileSignature( CString sPath );
static bool VerifyFile( CString sPath, CString sSignature );
static void DigestFile(const char *filename);
static CString GetPublicKeyFileName();