rpm 5.3.7

rpmdb/legacy.h

Go to the documentation of this file.
00001 #ifndef H_LEGACY
00002 #define H_LEGACY
00003 
00011 /*@-redecl@*/
00012 /*@unchecked@*/
00013 extern int _noDirTokens;
00014 /*@=redecl@*/
00015 
00016 #ifdef __cplusplus
00017 extern "C" {
00018 #endif
00019 
00029 int dodigest(int dalgo, const char * fn, /*@out@*/ unsigned char * digest,
00030                 unsigned dflags, /*@null@*/ /*@out@*/ size_t *fsizep)
00031         /*@globals h_errno, fileSystem, internalState @*/
00032         /*@modifies digest, *fsizep, fileSystem, internalState @*/;
00033 
00034 #ifdef __cplusplus
00035 }
00036 #endif
00037 
00038 #endif  /* H_LEGACY */