X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Flib%2Flib.h;h=dd6f07c2656c2bec960953e19c2438c3616a7a39;hb=28b98a207e5834c4066b6565c4210220957452e4;hp=600a4c4eb229e7e5c4ef6cdc624940b5689d2700;hpb=b5752d5d38754259dc2bb30e1461ae0431c2333d;p=bacula%2Fbacula diff --git a/bacula/src/lib/lib.h b/bacula/src/lib/lib.h index 600a4c4eb2..dd6f07c265 100644 --- a/bacula/src/lib/lib.h +++ b/bacula/src/lib/lib.h @@ -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" @@ -34,11 +40,19 @@ #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"