exported the UUID function to enable reuse in client applications
This commit is contained in:
parent
617bda0ab9
commit
3f37b55ebc
@ -41,14 +41,14 @@ typedef struct _uuid_upnp {
|
|||||||
/*!
|
/*!
|
||||||
* \brief Generate a UUID.
|
* \brief Generate a UUID.
|
||||||
*/
|
*/
|
||||||
int uuid_create(
|
EXPORT_SPEC int uuid_create(
|
||||||
/*! . */
|
/*! . */
|
||||||
uuid_upnp * id);
|
uuid_upnp * id);
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* \brief Out will be xxxx-xx-xx-xx-xxxxxx format.
|
* \brief Out will be xxxx-xx-xx-xx-xxxxxx format.
|
||||||
*/
|
*/
|
||||||
void uuid_unpack(
|
EXPORT_SPEC void uuid_unpack(
|
||||||
/*! . */
|
/*! . */
|
||||||
uuid_upnp * u,
|
uuid_upnp * u,
|
||||||
/*! . */
|
/*! . */
|
||||||
@ -57,7 +57,7 @@ void uuid_unpack(
|
|||||||
/*!
|
/*!
|
||||||
* \brief Create a UUID using a "name" from a "name space"
|
* \brief Create a UUID using a "name" from a "name space"
|
||||||
*/
|
*/
|
||||||
void uuid_create_from_name(
|
EXPORT_SPEC void uuid_create_from_name(
|
||||||
/*! Resulting UUID. */
|
/*! Resulting UUID. */
|
||||||
uuid_upnp * uid,
|
uuid_upnp * uid,
|
||||||
/*! UUID to serve as context, so identical names from different name
|
/*! UUID to serve as context, so identical names from different name
|
||||||
@ -78,7 +78,7 @@ void uuid_create_from_name(
|
|||||||
*
|
*
|
||||||
* \note Lexical ordering is not temporal ordering!
|
* \note Lexical ordering is not temporal ordering!
|
||||||
*/
|
*/
|
||||||
int uuid_compare(
|
EXPORT_SPEC int uuid_compare(
|
||||||
/*! . */
|
/*! . */
|
||||||
uuid_upnp * u1,
|
uuid_upnp * u1,
|
||||||
/*! . */
|
/*! . */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user