X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Ffiled%2Ffiled.h;h=c107d30ff5fb19c015e29831a5a023c186ed9525;hb=dc8c95ac4206814f381d10c0a425d76f45d8bdc4;hp=a49139a996afe752d1db4710fd36fc741d56408b;hpb=f4fadeaf83a912e0a19c19eacd0c7113b21f0a67;p=bacula%2Fbacula diff --git a/bacula/src/filed/filed.h b/bacula/src/filed/filed.h index a49139a996..c107d30ff5 100644 --- a/bacula/src/filed/filed.h +++ b/bacula/src/filed/filed.h @@ -6,37 +6,31 @@ * Version $Id$ */ /* - Copyright (C) 2000-2004 Kern Sibbald and John Walker + Copyright (C) 2001-2006 Kern Sibbald This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License as - published by the Free Software Foundation; either version 2 of - the License, or (at your option) any later version. + modify it under the terms of the GNU General Public License + version 2 as amended with additional clauses defined in the + file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. - - You should have received a copy of the GNU General Public - License along with this program; if not, write to the Free - Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, - MA 02111-1307, USA. + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + the file LICENSE for additional details. */ #define FILE_DAEMON 1 #include "filed_conf.h" -#include "chksum.h" #include "findlib/find.h" #include "jcr.h" +#include "acl.h" #include "protos.h" /* file daemon prototypes */ +#include "lib/runscript.h" #ifdef HAVE_LIBZ #include /* compression headers */ #else #define uLongf uint32_t #endif -extern const int win32_client; /* Are we running on Windows? */ - extern CLIENT *me; /* "Global" Client resource */