summaryrefslogtreecommitdiff
path: root/src/ip_tools.h
blob: a011094b607fa85fb87b3f7096d93ebe1ae7e74b (plain)
1
2
3
4
5
6
7
8
#ifndef IP_TOOLS_H
#define IP_TOOLS_H

#include <stdint.h>

char* uint32_t_to_ip(uint32_t val);

#endif