summaryrefslogtreecommitdiffabout
path: root/gammu/emb/common/misc/coding/md5.h
Side-by-side diff
Diffstat (limited to 'gammu/emb/common/misc/coding/md5.h') (more/less context) (ignore whitespace changes)
-rw-r--r--gammu/emb/common/misc/coding/md5.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gammu/emb/common/misc/coding/md5.h b/gammu/emb/common/misc/coding/md5.h
new file mode 100644
index 0000000..9da9229
--- a/dev/null
+++ b/gammu/emb/common/misc/coding/md5.h
@@ -0,0 +1,6 @@
+#ifndef __md5_h
+#define __md5_h
+
+void CalculateMD5(unsigned char *buffer, int length, unsigned char *checksum);
+
+#endif