69 int main(
int argc, 
char **argv)
    77     debug(
"uuid",0,
"Creating UUID");
    79     debug(
"uuid",0,
"Parse into char");
    81     debug(
"uuid",0,
"Create Octstr");
    84     debug(
"uuid",0,
"Removing dashes");
 void octstr_replace(Octstr *haystack, Octstr *needle, Octstr *repl)
 
void uuid_unparse(const uuid_t uu, char *out)
 
void uuid_generate(uuid_t out)
 
#define octstr_get_cstr(ostr)
 
Octstr * octstr_imm(const char *cstr)
 
void octstr_destroy(Octstr *ostr)
 
#define octstr_create(cstr)
 
int main(int argc, char **argv)
 
void debug(const char *place, int err, const char *fmt,...)
 
void gwlib_shutdown(void)
 
void uuid_clear(uuid_t uu)