ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHmd5Utils.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PHmd5Utils.h
1 #ifndef __PHMD5UTILS_H__
2 #define __PHMD5UTILS_H__
3 
4 #include "stdio.h"
5 
6 
7 #ifdef __cplusplus
8 extern "C"
9 {
10 #endif
11 
12 
13 int PHmd5Stream(FILE *stream, unsigned char *digest, int * filesize);
14 
15 int PHmd5File(const char * filename, unsigned char *digest, int * filesize);
16 
17 
18 
19 #ifdef __cplusplus
20 } /* end extern "C" */
21 #endif
22 
23 
24 #endif /* __PHMD5UTILS_H__ */