blob: 4c3b5a2053cc3aed1737630bafc83b38254485ea [file] [log] [blame]
#ifndef WSMAN_UUID_H
#define WSMAN_UUID_H
#define MAC_LEN 6
#define SIZE_OF_UUID_STRING 37
int generate_uuid (char* buf, int size, int bNoPrefix);
#endif