source:
trunk/qmake/qtmd5.h@
84
Last change on this file since 84 was 2, checked in by , 20 years ago | |
---|---|
|
|
File size: 193 bytes |
Line | |
---|---|
1 | #ifndef QTMD5_H |
2 | #define QTMD5_H |
3 | #include <qstring.h> |
4 | #include <qcstring.h> |
5 | |
6 | void qtMD5(const QByteArray &src, unsigned char *digest); |
7 | QString qtMD5(const QByteArray &src); |
8 | |
9 | #endif |
10 | |
11 |
Note:
See TracBrowser
for help on using the repository browser.