summaryrefslogtreecommitdiff
path: root/adhoc.cpp.proto
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2003-03-23 05:03:39 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2003-03-23 05:03:39 +0000
commit4ed22328d6c493079eda8b860d1112381cf26d87 (patch)
tree64cfc6ea219fae4f309d77a51fc5923e1ddf4a87 /adhoc.cpp.proto
parent4b597550822763cd28d3e61b24a98c478a79d3a2 (diff)
downloadcryptopp-4ed22328d6c493079eda8b860d1112381cf26d87.tar.gz
avoid deleting adhoc.cpp during rebuild
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@51 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'adhoc.cpp.proto')
-rw-r--r--adhoc.cpp.proto9
1 files changed, 9 insertions, 0 deletions
diff --git a/adhoc.cpp.proto b/adhoc.cpp.proto
index 8e7f9c2..df09f11 100644
--- a/adhoc.cpp.proto
+++ b/adhoc.cpp.proto
@@ -1,3 +1,12 @@
+#include "filters.h"
+#include "files.h"
+#include "base64.h"
+#include "hex.h"
+#include <iostream>
+
+USING_NAMESPACE(CryptoPP)
+USING_NAMESPACE(std)
+
extern int (*AdhocTest)(int argc, char *argv[]);
int MyAdhocTest(int argc, char *argv[])