• Main Page
  • Related Pages
  • Modules
  • Data Structures
  • Files
  • File List
  • Globals

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 digestalgo, const char * fn, /*@out@*/ unsigned char * digest,
00030                 int asAscii, /*@null@*/ /*@out@*/ size_t *fsizep)
00031         /*@globals h_errno, fileSystem, internalState @*/
00032         /*@modifies digest, *fsizep, fileSystem, internalState @*/;
00033 
00042 int domd5(const char * fn, /*@out@*/ unsigned char * digest, int asAscii,
00043                 /*@null@*/ /*@out@*/ size_t *fsizep)
00044         /*@globals h_errno, fileSystem, internalState @*/
00045         /*@modifies digest, *fsizep, fileSystem, internalState @*/;
00046 
00047 #ifdef __cplusplus
00048 }
00049 #endif
00050 
00051 #endif  /* H_LEGACY */

Generated on Mon Nov 29 2010 05:18:46 for rpm by  doxygen 1.7.2