rpm  5.4.10
legacy.h
Go to the documentation of this file.
1 #ifndef H_LEGACY
2 #define H_LEGACY
3 
11 /*@-redecl@*/
12 /*@unchecked@*/
13 extern int _noDirTokens;
14 /*@=redecl@*/
15 
16 #ifdef __cplusplus
17 extern "C" {
18 #endif
19 
29 int dodigest(int dalgo, const char * fn, /*@out@*/ unsigned char * digest,
30  unsigned dflags, /*@null@*/ /*@out@*/ size_t *fsizep)
31  /*@globals h_errno, fileSystem, internalState @*/
32  /*@modifies digest, *fsizep, fileSystem, internalState @*/;
33 
34 #ifdef __cplusplus
35 }
36 #endif
37 
38 #endif /* H_LEGACY */