mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-30 13:47:13 +01:00
Problem: parameter naming style inconsistent
Solution: define and apply parameter naming style: lower_case_
This commit is contained in:
@@ -62,7 +62,7 @@ struct options_t
|
||||
{
|
||||
options_t ();
|
||||
|
||||
int set_curve_key (uint8_t *destination,
|
||||
int set_curve_key (uint8_t *destination_,
|
||||
const void *optval_,
|
||||
size_t optvallen_);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user