summaryrefslogtreecommitdiff
path: root/libtbd_xattrs.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtbd_xattrs.h')
-rw-r--r--libtbd_xattrs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libtbd_xattrs.h b/libtbd_xattrs.h
index 7a1399c..5f4cd5e 100644
--- a/libtbd_xattrs.h
+++ b/libtbd_xattrs.h
@@ -19,6 +19,7 @@
#define _LIBTBD_XATTRS_H
#include <stddef.h>
+#include <stdint.h>
/* structure for names data */
typedef struct tbd_xattrs_names {
@@ -38,7 +39,7 @@ extern int tbd_xattrs_names_each(tbd_xattrs_names_t const *names,
void *ud);
/* gets how many different attributes there are in the list */
-extern int tbd_xattrs_names_count(tbd_xattrs_names_t const *names, int *count);
+extern int tbd_xattrs_names_count(tbd_xattrs_names_t const *names, uint32_t *count);
/* puts the value of the attribute called name into *buf with size *bufsize
* if *buf is NULL or *bufsize is 0 then memory will be allocated for it