source: trunk/qmake/qtmd5.h@ 84

Last change on this file since 84 was 2, checked in by dmik, 20 years ago

Imported xplatform parts of the official release 3.3.1 from Trolltech

  • Property svn:keywords set to Id
File size: 193 bytes
Line 
1#ifndef QTMD5_H
2#define QTMD5_H
3#include <qstring.h>
4#include <qcstring.h>
5
6void qtMD5(const QByteArray &src, unsigned char *digest);
7QString qtMD5(const QByteArray &src);
8
9#endif
10
11
Note: See TracBrowser for help on using the repository browser.