#ifndef _BLUELIB_UUID_H_ #define _BLUELIB_UUID_H_ #include struct b_uuid { struct b_dsref u_base; struct b_uuid_bytes uuid_bytes; }; #endif