summaryrefslogtreecommitdiff
path: root/ip.h
blob: 9a9ebcc18ff966e07db9827113e7225163feb0db (plain)
1
2
3
4
5
#ifndef IP_H_SENTRY
#define IP_H_SENTRY
#include <stddef.h>
char *get_ip(size_t len);
#endif