Gammu internals  1.38.0
md5.h
Go to the documentation of this file.
1 #ifndef __md5_h
2 #define __md5_h
3 
4 void CalculateMD5(unsigned char *buffer, int length, char *checksum);
5 
6 #endif
void CalculateMD5(unsigned char *buffer, int length, char *checksum)
Definition: md5-glib.c:8