Whamcloud - gitweb
land b_hd_remote_acl: support get/set ACL from remote client.
[fs/lustre-release.git] / lustre / include / lustre / liblustreapi.h
index d639751..78bb204 100644 (file)
@@ -38,5 +38,7 @@ extern int llapi_target_check(int num_types, char **obd_types, char *dir);
 extern int llapi_catinfo(char *dir, char *keyword, char *node_name);
 extern int llapi_lov_get_uuids(int fd, struct obd_uuid *uuidp, int *ost_count);
 extern int llapi_is_lustre_mnttype(char *type);
+extern int llapi_getfacl(char *dir, char *cmd);
+extern int llapi_setfacl(char *dir, char *cmd);
 
 #endif