summaryrefslogtreecommitdiff
path: root/ipsvd/ipsvd_perhost.h
diff options
context:
space:
mode:
Diffstat (limited to 'ipsvd/ipsvd_perhost.h')
-rw-r--r--ipsvd/ipsvd_perhost.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipsvd/ipsvd_perhost.h b/ipsvd/ipsvd_perhost.h
index cf08000e0..afe2c296c 100644
--- a/ipsvd/ipsvd_perhost.h
+++ b/ipsvd/ipsvd_perhost.h
@@ -8,8 +8,8 @@
8 */ 8 */
9 9
10struct hcc { 10struct hcc {
11 char *ip; 11 char *ip;
12 int pid; 12 int pid;
13}; 13};
14 14
15void ipsvd_perhost_init(unsigned); 15void ipsvd_perhost_init(unsigned);