summaryrefslogtreecommitdiff
path: root/net/tcpick/files/patch-src_lookup.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/tcpick/files/patch-src_lookup.h')
-rw-r--r--net/tcpick/files/patch-src_lookup.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/net/tcpick/files/patch-src_lookup.h b/net/tcpick/files/patch-src_lookup.h
new file mode 100644
index 000000000000..7d6234f9a83c
--- /dev/null
+++ b/net/tcpick/files/patch-src_lookup.h
@@ -0,0 +1,19 @@
+--- src/lookup.h.orig 2011-06-04 14:06:21.000000000 +0900
++++ src/lookup.h 2011-06-04 14:20:51.000000000 +0900
+@@ -40,3 +40,16 @@
+ char * name;
+ struct in_addr ip;
+ };
++
++char *
++lookup(struct in_addr ia);
++
++char *
++getportname(u_int16_t port);
++
++struct _l_node *
++_l_alloc(struct in_addr, char *);
++
++char *
++_l_get(struct in_addr);
++