From 1a5709501f94014d41987b956338bb6424b9f90c Mon Sep 17 00:00:00 2001 From: sr Date: Mon, 4 Feb 2013 19:50:31 +0100 Subject: Initial commit --- src/shared/util.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/shared/util.h (limited to 'src/shared/util.h') diff --git a/src/shared/util.h b/src/shared/util.h new file mode 100644 index 0000000..c2e5145 --- /dev/null +++ b/src/shared/util.h @@ -0,0 +1,15 @@ +/* + * util.h + * + * Created on: 30.01.2013 + * Author: sr + */ + +#ifndef UTIL_H_ +#define UTIL_H_ + +#include + +QByteArray genSha1(const QByteArray* a, const QByteArray* b = NULL, const QByteArray* c = NULL, const QByteArray* d = NULL, const QByteArray* e = NULL); + +#endif /* UTIL_H_ */ -- cgit v1.2.3-55-g7522