get it to build
This commit is contained in:
4
nwatch.h
4
nwatch.h
@ -53,6 +53,10 @@ int NetWatchRegisterTimerPeriodic(pNWTimer * handle, int mSecInitial,
|
||||
int mSecPeriod, pNWCallback callback,
|
||||
void *context);
|
||||
|
||||
pNWTimer NetWatchGetActiveTimer(void);
|
||||
|
||||
int NetWatchGetTimerDelay(pNWTimer handle);
|
||||
int NetWatchGetTimerInitial(pNWTimer handle);
|
||||
int NetWatchGetTimerPeriod(pNWTimer handle);
|
||||
int NetWatchSetTimerPeriod(pNWTimer handle, int mSecPeriod);
|
||||
/**
|
||||
|
Reference in New Issue
Block a user