mirror of
https://github.com/FRRouting/frr.git
synced 2026-01-11 20:07:27 +00:00
qpb: Cleanup qpb headers
The qpb headers had functions declarations without variable names which is required in our code base. Let's fix it up. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
3eb45493f4
commit
734034a4af
1 changed files with 2 additions and 2 deletions
|
|
@ -62,8 +62,8 @@ static inline void qpb_free(qpb_allocator_t *allocator, void *ptr)
|
|||
/*
|
||||
* Externs.
|
||||
*/
|
||||
extern void qpb_allocator_init_linear(qpb_allocator_t *,
|
||||
struct linear_allocator_t_ *);
|
||||
extern void qpb_allocator_init_linear(qpb_allocator_t *allocator,
|
||||
struct linear_allocator_t_ *linear_allocator);
|
||||
|
||||
/*
|
||||
* The following macros are for the common case where a qpb allocator
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue