summaryrefslogtreecommitdiff
path: root/cpp/src/IcePatch/NodeUtil.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IcePatch/NodeUtil.h')
-rw-r--r--cpp/src/IcePatch/NodeUtil.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/cpp/src/IcePatch/NodeUtil.h b/cpp/src/IcePatch/NodeUtil.h
new file mode 100644
index 00000000000..f2de80252b2
--- /dev/null
+++ b/cpp/src/IcePatch/NodeUtil.h
@@ -0,0 +1,25 @@
+// **********************************************************************
+//
+// Copyright (c) 2002
+// MutableRealms, Inc.
+// Huntsville, AL, USA
+//
+// All Rights Reserved
+//
+// **********************************************************************
+
+#ifndef ICE_PATCH_NODE_UTIL_H
+#define ICE_PATCH_NODE_UTIL_H
+
+#include <Ice/Ice.h>
+#include <IcePatch/Node.h>
+
+namespace IcePatch
+{
+
+Ice::ByteSeq getMD5(const std::string&);
+std::string MD5ToString(const Ice::ByteSeq&);
+
+}
+
+#endif