You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/src/util-time.h

15 lines
276 B
C

#ifndef __UTIL_TIME_H__
#define __UTIL_TIME_H__
void TimeSet(struct timeval *);
void TimeGet(struct timeval *);
void TimeSetToCurrentTime(void);
void TimeSetIncrementTime(uint32_t);
void TimeModeSetLive(void);
void TimeModeSetOffline (void);
#endif /* __UTIL_TIME_H__ */