12 lines
162 B
C
12 lines
162 B
C
#ifndef _BLUELIB_UUID_H_
|
|
#define _BLUELIB_UUID_H_
|
|
|
|
#include <blue/ds/uuid.h>
|
|
|
|
struct b_uuid {
|
|
struct b_dsref u_base;
|
|
struct b_uuid_bytes uuid_bytes;
|
|
};
|
|
|
|
#endif
|