/usr/include/openwsman/u/uuid.h is in libopenwsman-dev 2.4.3-0ubuntu4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | #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
|