10 #ifndef __WS_STRPTIME_H__
11 #define __WS_STRPTIME_H__
13 #include <wireshark.h>
32 ws_strptime(
const char *buf,
const char *format,
struct tm *tm,
40 ws_strptime_p(
const char *buf,
const char *format,
struct tm *tm);
Definition: ws_strptime.h:22