]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/lib.h
ebl use tokyocabinet by default instead of htable
[bacula/bacula] / bacula / src / lib / lib.h
index 398990a406fdf3c039bd1e5e5663136954966109..7ecc0858a64fd4133f35a003dd9ba6e84ffffc89 100644 (file)
@@ -1,23 +1,14 @@
-/*
- *   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$
- */
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2000-2006 Free Software Foundation Europe e.V.
+   Copyright (C) 2000-2007 Free Software Foundation Europe e.V.
 
    The main author of Bacula is Kern Sibbald, with contributions from
    many others, a complete list can be found in the file AUTHORS.
    This program is Free Software; you can redistribute it and/or
    modify it under the terms of version two of the GNU General Public
-   License as published by the Free Software Foundation plus additions
-   that are listed in the file LICENSE.
+   License as published by the Free Software Foundation and included
+   in the file LICENSE.
 
    This program is distributed in the hope that it will be useful, but
    WITHOUT ANY WARRANTY; without even the implied warranty of
    (FSFE), Fiduciary Program, Sumatrastrasse 25, 8006 Zürich,
    Switzerland, email:ftf@fsfeurope.org.
 */
+/*
+ *   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$
+ */
 
 #include "smartall.h"
 #include "alist.h"
 #include "dlist.h"
+#include "rblist.h"
 #include "base64.h"
 #include "bits.h"
 #include "btime.h"
 #include "crypto.h"
 #include "mem_pool.h"
 #include "rwlock.h"
-#include "semlock.h"
 #include "queue.h"
 #include "serial.h"
 #include "message.h"
@@ -67,5 +67,6 @@
 #include "attr.h"
 #include "var.h"
 #include "address_conf.h"
+#include "guid_to_name.h"
 
 #include "protos.h"