aboutsummaryrefslogtreecommitdiff
path: root/lib/liberofs_uuid.h
blob: 63b358a854d4c2919299e0713c822bc2ae15f419 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0+ OR Apache-2.0 */
#ifndef __EROFS_LIB_UUID_H
#define __EROFS_LIB_UUID_H

void erofs_uuid_generate(unsigned char *out);
void erofs_uuid_unparse_lower(const unsigned char *buf, char *out);
int erofs_uuid_parse(const char *in, unsigned char *uu);

#endif