rpm  5.4.15
rpmacl.h
Go to the documentation of this file.
1 #ifndef H_RPMACL
2 #define H_RPMACL
3 
8 #include <rpmiotypes.h>
9 #include <rpmio.h>
10 
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14 
15 rpmRC rpmaclCopyFd(FD_t ifd, FD_t ofd)
16  /*@*/;
17 
18 rpmRC rpmaclCopyDir(const char * sdn, const char * tdn, mode_t mode)
19  /*@*/;
20 
21 #ifdef __cplusplus
22 }
23 #endif
24 
25 #endif /* H_RPMACL */
rpmRC rpmaclCopyFd(FD_t ifd, FD_t ofd)
Definition: rpmacl.c:34
const char * mode
Definition: mongo.h:440
rpmRC rpmaclCopyDir(const char *sdn, const char *tdn, mode_t mode)
Definition: rpmacl.c:68
The FD_t File Handle data structure.
enum rpmRC_e rpmRC
RPM return codes.