Go to the documentation of this file.00001 #ifndef H_LEGACY
00002 #define H_LEGACY
00003
00011
00012
00013 extern int _noDirTokens;
00014
00015
00016 #ifdef __cplusplus
00017 extern "C" {
00018 #endif
00019
00029 int dodigest(int digestalgo, const char * fn, unsigned char * digest,
00030 int asAscii, size_t *fsizep)
00031
00032 ;
00033
00042 int domd5(const char * fn, unsigned char * digest, int asAscii,
00043 size_t *fsizep)
00044
00045 ;
00046
00047 #ifdef __cplusplus
00048 }
00049 #endif
00050
00051 #endif