summaryrefslogtreecommitdiff
path: root/qmake/qtmd5.h
Side-by-side diff
Diffstat (limited to 'qmake/qtmd5.h') (more/less context) (ignore whitespace changes)
-rw-r--r--qmake/qtmd5.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/qmake/qtmd5.h b/qmake/qtmd5.h
new file mode 100644
index 0000000..c8e541b
--- a/dev/null
+++ b/qmake/qtmd5.h
@@ -0,0 +1,11 @@
+#ifndef QTMD5_H
+#define QTMD5_H
+#include <qstring.h>
+#include <qcstring.h>
+
+void qtMD5(const QByteArray &src, unsigned char *digest);
+QString qtMD5(const QByteArray &src);
+
+#endif
+
+