diff options
Diffstat (limited to 'libglusterfs/src/compat.h')
| -rw-r--r-- | libglusterfs/src/compat.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/libglusterfs/src/compat.h b/libglusterfs/src/compat.h index f4da4b2a0de..1d0ac27e836 100644 --- a/libglusterfs/src/compat.h +++ b/libglusterfs/src/compat.h @@ -189,6 +189,9 @@ enum {  #ifndef _PATH_UMOUNT    #define _PATH_UMOUNT "/sbin/umount"  #endif + +void gf_extattr_list_reshape(char *list, ssize_t size); +  #endif /* GF_BSD_HOST_OS */  #ifdef GF_DARWIN_HOST_OS  | 
