X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Flib%2Ftcpd.h;h=b8a9ee6434618086d2096b37dcf997c7a7ef6bb2;hb=95c6245affef4000580427d5e0855227dedcd9dc;hp=d9f49ec36e2076689d3e3b5afe3341f168f17f5d;hpb=746e5a31bec217cb5b444d145ab042392ce00cb1;p=bacula%2Fbacula diff --git a/bacula/src/lib/tcpd.h b/bacula/src/lib/tcpd.h index d9f49ec36e..b8a9ee6434 100644 --- a/bacula/src/lib/tcpd.h +++ b/bacula/src/lib/tcpd.h @@ -1,12 +1,12 @@ /* * @(#) tcpd.h 1.5 96/03/19 16:22:24 - * + * * Author: Wietse Venema, Eindhoven University of Technology, The Netherlands. */ -/* - * This version of the file has been hacked over by - * Kern Sibbald to make it compatible with C++ for +/* + * This version of the file has been hacked over by + * Kern Sibbald to make it compatible with C++ for * the few functions that Bacula uses. 19 April 2002 * It now compiles with C++ but remains untested. * A correct fix would require significantly more work. @@ -140,11 +140,11 @@ extern char *eval_server(); /* whatever is available */ /* Socket-specific methods, including DNS hostname lookups. */ -extern void sock_host(struct request_info *); +extern void sock_host(struct request_info *); extern void sock_hostname(); /* translate address to hostname */ extern void sock_hostaddr(); /* address to printable address */ #define sock_methods(r) \ - { (r)->hostname = sock_hostname; (r)->hostaddr = sock_hostaddr; } + { (r)->hostname = sock_hostname; (r)->hostaddr = sock_hostaddr; } /* The System V Transport-Level Interface (TLI) interface. */