]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/lib.h
Add new hash table class
[bacula/bacula] / bacula / src / lib / lib.h
index 600a4c4eb229e7e5c4ef6cdc624940b5689d2700..dd6f07c2656c2bec960953e19c2438c3616a7a39 100644 (file)
@@ -1,11 +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
@@ -24,6 +28,8 @@
 
  */
 
+#include "alist.h"
+#include "dlist.h"
 #include "bits.h"
 #include "btime.h"
 #include "smartall.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 "bpipe.h"
+#include "attr.h"
+#include "var.h"
 
 #include "protos.h"