summaryrefslogtreecommitdiff
path: root/ipsvd/ipsvd_perhost.h
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-04-01 10:59:33 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-04-01 10:59:33 +0000
commit57a426b15becb6b91850a55986244e53b8b22773 (patch)
treecffc17f98425a0db20f277706df84b7c37ecde34 /ipsvd/ipsvd_perhost.h
parentba2fb719b92034e745b59d2c3b5b05209ce45352 (diff)
downloadbusybox-w32-57a426b15becb6b91850a55986244e53b8b22773.tar.gz
busybox-w32-57a426b15becb6b91850a55986244e53b8b22773.tar.bz2
busybox-w32-57a426b15becb6b91850a55986244e53b8b22773.zip
tcpsvd: fix line buffering, add firewall query code
Diffstat (limited to 'ipsvd/ipsvd_perhost.h')
-rw-r--r--ipsvd/ipsvd_perhost.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/ipsvd/ipsvd_perhost.h b/ipsvd/ipsvd_perhost.h
index 05c939d89..26b4063ea 100644
--- a/ipsvd/ipsvd_perhost.h
+++ b/ipsvd/ipsvd_perhost.h
@@ -1,3 +1,12 @@
1/* Based on ipsvd utilities written by Gerrit Pape <pape@smarden.org>
2 * which are released into public domain by the author.
3 * Homepage: http://smarden.sunsite.dk/ipsvd/
4 *
5 * Copyright (C) 2007 Denis Vlasenko.
6 *
7 * Licensed under GPLv2, see file LICENSE in this tarball for details.
8 */
9
1struct hcc { 10struct hcc {
2 char ip[32 - sizeof(int)]; 11 char ip[32 - sizeof(int)];
3 int pid; 12 int pid;