]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/tcpd.h
First cut of bat rerun a Job from Jobs Run
[bacula/bacula] / bacula / src / lib / tcpd.h
index d9f49ec36e2076689d3e3b5afe3341f168f17f5d..a8a7f946b0e0a665e3355ed3562a66d58b51cff1 100644 (file)
@@ -1,17 +1,9 @@
  /*
   * @(#) 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 
- *   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.
- */
-
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -140,7 +132,7 @@ 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) \