summaryrefslogtreecommitdiffstats
path: root/qmake/qtmd5.h
blob: 307633a90a9e461f654f1f32d8d4aa8bbd5d18f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef TQTMD5_H
#define TQTMD5_H
#include <qstring.h>
#include <qcstring.h>

void qtMD5(const TQByteArray &src, unsigned char *digest);
TQString qtMD5(const TQByteArray &src);

#endif