summaryrefslogtreecommitdiff
path: root/qmake/qtmd5.h
blob: c8e541bd8153de35c7c410a35a33bacbfc26f301 (plain)
1
2
3
4
5
6
7
8
9
10
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