|
a/src/internfile/extrameta.h |
|
b/src/internfile/extrameta.h |
|
... |
|
... |
17 |
#ifndef _REAPXATTRS_H_INCLUDED_
|
17 |
#ifndef _REAPXATTRS_H_INCLUDED_
|
18 |
#define _REAPXATTRS_H_INCLUDED_
|
18 |
#define _REAPXATTRS_H_INCLUDED_
|
19 |
|
19 |
|
20 |
#include "autoconfig.h"
|
20 |
#include "autoconfig.h"
|
21 |
|
21 |
|
22 |
#ifdef RCL_USE_XATTR
|
|
|
23 |
/** Extended attributes processing helper functions */
|
22 |
/** Extended attributes processing helper functions */
|
24 |
|
23 |
|
25 |
#include <map>
|
24 |
#include <map>
|
26 |
#include <string>
|
25 |
#include <string>
|
27 |
|
26 |
|
|
... |
|
... |
45 |
/** Turn the pre-processed ext cmd metadata into doc fields */
|
44 |
/** Turn the pre-processed ext cmd metadata into doc fields */
|
46 |
extern void docFieldsFromMetaCmds(
|
45 |
extern void docFieldsFromMetaCmds(
|
47 |
RclConfig *cfg, const std::map<std::string, std::string>& xfields,
|
46 |
RclConfig *cfg, const std::map<std::string, std::string>& xfields,
|
48 |
Rcl::Doc& doc);
|
47 |
Rcl::Doc& doc);
|
49 |
|
48 |
|
50 |
#endif /* RCL_USE_XATTR */
|
|
|
51 |
|
|
|
52 |
#endif /* _REAPXATTRS_H_INCLUDED_ */
|
49 |
#endif /* _REAPXATTRS_H_INCLUDED_ */
|