Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-03 08:20:41

0001 #ifndef __PHMD5UTILS_H__
0002 #define __PHMD5UTILS_H__
0003 
0004 #include "stdio.h"
0005 
0006 
0007 #ifdef __cplusplus
0008 extern "C" 
0009 {
0010 #endif
0011 
0012 
0013 int PHmd5Stream(FILE *stream,  unsigned char  *digest,  int * filesize);
0014 
0015 int PHmd5File(const char * filename,  unsigned char  *digest, int * filesize);
0016 
0017 
0018 
0019 #ifdef __cplusplus
0020 }  /* end extern "C"  */
0021 #endif
0022 
0023 
0024 #endif /* __PHMD5UTILS_H__ */