payload: Use common prefixes for all payload type identifiers
The old identifiers did not use a proper namespace and often clashed with other defines.
This commit is contained in:
@@ -64,7 +64,7 @@ struct nonce_payload_t {
|
||||
/**
|
||||
* Creates an empty nonce_payload_t object
|
||||
*
|
||||
* @param type NONCE or NONCE_V1
|
||||
* @param type PLV2_NONCE or PLV1_NONCE
|
||||
* @return nonce_payload_t object
|
||||
*/
|
||||
nonce_payload_t *nonce_payload_create(payload_type_t type);
|
||||
|
||||
Reference in New Issue
Block a user