View | Details | Raw Unified | Return to bug 42336 | Differences between
and this patch

Collapse All | Expand All

(-)/home/yuri/usr/src/contrib/tcp_wrappers/tcpd.h Mon Sep 2 14:34:18 2002 (-4 / +4 lines)
Lines 31-40 Link Here
31
    char    pid[10];                   /* access via eval_pid(request) */
31
    char    pid[10];                   /* access via eval_pid(request) */
32
    struct host_info client[1];                /* client endpoint info */
32
    struct host_info client[1];                /* client endpoint info */
33
    struct host_info server[1];                /* server endpoint info */
33
    struct host_info server[1];                /* server endpoint info */
34
    void  (*sink) ();                  /* datagram sink function or 0 */
34
    void  (*sink) (int fd);            /* datagram sink function or 0 */
35
    void  (*hostname) ();              /* address to printable hostname */
35
    void  (*hostname) (struct host_info *); /* address to printable hostname */
36
    void  (*hostaddr) ();              /* address to printable address */
36
    void  (*hostaddr) (struct host_info *); /* address to printable address */
37
    void  (*cleanup) ();               /* cleanup function or 0 */
37
    void  (*cleanup) (struct request_info *);  /* cleanup function or 0 */
38
    struct netconfig *config;          /* netdir handle */
38
    struct netconfig *config;          /* netdir handle */
39
};
39
};

Return to bug 42336