diff options
Diffstat (limited to 'qmake/qtmd5.h')
-rw-r--r-- | qmake/qtmd5.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/qmake/qtmd5.h b/qmake/qtmd5.h new file mode 100644 index 000000000..307633a90 --- /dev/null +++ b/qmake/qtmd5.h @@ -0,0 +1,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 + + |