summaryrefslogtreecommitdiffstats
path: root/qmake/qtmd5.h
blob: 68f12b7c12c142882ae2a4a910e451688f4c7639 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef TQTMD5_H
#define TQTMD5_H
#include <tqstring.h>
#include <tqcstring.h>

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

#endif