summaryrefslogtreecommitdiff
path: root/libgammu/misc/coding/md5.h
blob: 73d627c9a8505be99d81745328bce572d06cbc5c (plain)
1
2
3
4
5
6
#ifndef __md5_h
#define __md5_h

void CalculateMD5(unsigned char *buffer, int length, char *checksum);

#endif