(cherry picked from commit f7bd70baec
)
This commit is contained in:

committed by
Jonathan G Rennison

parent
de91c56ed5
commit
251008663b
@@ -46,7 +46,7 @@ static const uint DEF_SERVINT_PERCENT = 50;
|
||||
static const uint MIN_SERVINT_PERCENT = 5;
|
||||
static const uint MAX_SERVINT_PERCENT = 90;
|
||||
|
||||
uint16_t GetServiceIntervalClamped(uint interval, bool ispercent);
|
||||
uint16_t GetServiceIntervalClamped(int interval, bool ispercent);
|
||||
bool OrderConditionCompare(OrderConditionComparator occ, int variable, int value);
|
||||
|
||||
const char *GetOrderTypeName(OrderType order_type);
|
||||
|
Reference in New Issue
Block a user