summaryrefslogtreecommitdiff
path: root/ip.h
diff options
context:
space:
mode:
authorAleksei <email@email.email>2022-07-14 17:31:47 +0300
committerAleksei <email@email.email>2022-07-14 17:31:47 +0300
commit62d382f913bfdb5f9bf724b91d013e51202f09ef (patch)
treef5c9061d2810d8bcf12645591fe89670708a90ff /ip.h
Diffstat (limited to 'ip.h')
-rw-r--r--ip.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ip.h b/ip.h
new file mode 100644
index 0000000..9a9ebcc
--- /dev/null
+++ b/ip.h
@@ -0,0 +1,5 @@
+#ifndef IP_H_SENTRY
+#define IP_H_SENTRY
+#include <stddef.h>
+char *get_ip(size_t len);
+#endif