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

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

#endif