Use standard unsigned integer types
This commit is contained in:
@@ -85,7 +85,7 @@ struct ipseckey_t {
|
||||
*
|
||||
* @return precedence
|
||||
*/
|
||||
u_int8_t (*get_precedence)(ipseckey_t *this);
|
||||
uint8_t (*get_precedence)(ipseckey_t *this);
|
||||
|
||||
/**
|
||||
* Get the type of the gateway.
|
||||
|
||||
Reference in New Issue
Block a user