Move Arch to irc module.
[reactos.git] / rosapps / games / ArchBlackmann / cram_md5.h
diff --git a/rosapps/games/ArchBlackmann/cram_md5.h b/rosapps/games/ArchBlackmann/cram_md5.h
deleted file mode 100644 (file)
index c0741b8..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-// cram_md5.h
-// This file is (C) 2004 Royce Mitchell III
-// and released under the BSD & LGPL licenses
-
-#ifndef CRAM_MD5_H
-#define CRAM_MD5_H
-
-#include <string>
-
-std::string cram_md5 (
-       const std::string& username,
-       const std::string& password,
-       const std::string& greeting );
-
-#endif//CRAM_MD5_H