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

11 lines
204 B
C

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