]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/lib.h
04Jul05
[bacula/bacula] / bacula / src / lib / lib.h
index b3dc51220645be52dd91c1f2a7c36450e194c074..7d7df09f142356706f7e017ef909b765f389214c 100644 (file)
@@ -1,9 +1,15 @@
-/* 
- * Library includes for Bacula lib directory
+/*
+ *   Library includes for Bacula lib directory
+ *
+ *   This file contains an include for each library file
+ *   that we use within Bacula. bacula.h includes this
+ *   file and thus picks up everything we need in lib.
+ *
+ *   Version $Id$
  */
 
 /*
-   Copyright (C) 2000, 2001, 2002 Kern Sibbald and John Walker
+   Copyright (C) 2000-2003 Kern Sibbald and John Walker
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
 
  */
 
+#include "smartall.h"
+#include "alist.h"
+#include "dlist.h"
 #include "bits.h"
 #include "btime.h"
-#include "smartall.h"
 #include "mem_pool.h"
 #include "message.h"
 #include "lex.h"
 #include "parse_conf.h"
+#include "tls.h"
 #include "bsock.h"
 #include "bshm.h"
 #include "workq.h"
+#include "rwlock.h"
+#include "semlock.h"
 #include "queue.h"
 #include "serial.h"
 #ifndef HAVE_FNMATCH
 #include "fnmatch.h"
 #endif
 #include "md5.h"
+#include "sha1.h"
+#include "tree.h"
+#include "watchdog.h"
+#include "btimers.h"
+#include "berrno.h"
+#include "bpipe.h"
+#include "attr.h"
+#include "var.h"
+#include "address_conf.h"
 
 #include "protos.h"
-