zeek/auxil/broker/3rdparty/zeek_inet_ntop.h
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

17 lines
240 B
C

#pragma once
#ifdef __cplusplus
extern "C" {
#endif
#include <sys/types.h>
#include <sys/socket.h>
const char *
zeek_inet_ntop(int af, const void * __restrict src, char * __restrict dst,
socklen_t size);
#ifdef __cplusplus
}
#endif