mirror of
https://github.com/tkuschel/bees.git
synced 2025-11-18 07:19:14 +01:00
bees: remove local cruft, throw at github
This commit is contained in:
14
include/crucible/uuid.h
Normal file
14
include/crucible/uuid.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef CRUCIBLE_UUID_H
|
||||
#define CRUCIBLE_UUID_H
|
||||
|
||||
#include <string>
|
||||
|
||||
#include <uuid/uuid.h>
|
||||
|
||||
namespace crucible {
|
||||
using namespace std;
|
||||
|
||||
string uuid_unparse(const unsigned char a[16]);
|
||||
}
|
||||
|
||||
#endif // CRUCIBLE_UUID_H
|
||||
Reference in New Issue
Block a user