rpm  5.4.14
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 */
int dodigest(int dalgo, const char *fn, unsigned char *digest, unsigned dflags, size_t *fsizep)
Return digest and size of a file.
Definition: legacy.c:178
int _noDirTokens
Should version 3 packages be produced?
size_t fn
Definition: macro.c:1698
const unsigned char * digest
Definition: rpmfi-py.c:247