lib: Add "utok_string"
[samba.git] / source3 / include / proto.h
index 7bf921f347625a8721e9ed6ab6e4302ae657c936..0d02f38fc8be22977decb21f2f6fc35fa301a520 100644 (file)
@@ -423,6 +423,7 @@ bool map_open_params_to_ntcreate(const char *smb_base_fname,
                                 uint32_t *pprivate_flags);
 struct security_unix_token *copy_unix_token(TALLOC_CTX *ctx, const struct security_unix_token *tok);
 struct security_unix_token *root_unix_token(TALLOC_CTX *mem_ctx);
+char *utok_string(TALLOC_CTX *mem_ctx, const struct security_unix_token *tok);
 bool dir_check_ftype(uint32_t mode, uint32_t dirtype);
 
 /* The following definitions come from lib/util_builtin.c  */