mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 07:47:00 +00:00
fix: Put prototype of field_selector back to dhcpd-pools.h
It's needed in main to check unknown field selectors.
This commit is contained in:
parent
6642335c8a
commit
6820c9fc09
1 changed files with 1 additions and 0 deletions
|
|
@ -224,6 +224,7 @@ int rangecomp(const void *__restrict r1, const void *__restrict r2)
|
|||
__attribute__ ((nonnull(1, 2)));
|
||||
/* sort function pointer and functions */
|
||||
typedef int (*comparer_t) (struct range_t *r1, struct range_t *r2);
|
||||
comparer_t field_selector(char c);
|
||||
double ret_percent(struct range_t r);
|
||||
double ret_tc(struct range_t r);
|
||||
double ret_tcperc(struct range_t r);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue