dav/libxattr.h

changeset 789
378b5ab86f77
parent 379
cdaf5a3d3a50
equal deleted inserted replaced
788:9b9420041d8e 789:378b5ab86f77
30 #define LIBXATTR_H 30 #define LIBXATTR_H
31 31
32 #include <sys/types.h> 32 #include <sys/types.h>
33 #include <stdlib.h> 33 #include <stdlib.h>
34 34
35 #ifdef _MSC_VER
36 #include <BaseTsd.h>
37 typedef SSIZE_T ssize_t;
38 #endif
39
35 #ifdef __cplusplus 40 #ifdef __cplusplus
36 extern "C" { 41 extern "C" {
37 #endif 42 #endif
38 43
39 char ** xattr_list(const char *path, ssize_t *nelm); 44 char ** xattr_list(const char *path, ssize_t *nelm);

mercurial