X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=client-src%2Fclient_util.h;h=eae215cef5054e476de8a06ab3cf7deb685777ad;hb=d28952249e392eb31bc8eecc53f6c477f30c617b;hp=ef61786642164cd423c80b2761112ef83878042f;hpb=cd0b924f27312d57bd42f6c4fae2b795139e2d0b;p=debian%2Famanda diff --git a/client-src/client_util.h b/client-src/client_util.h index ef61786..eae215c 100644 --- a/client-src/client_util.h +++ b/client-src/client_util.h @@ -1,6 +1,7 @@ /* * Amanda, The Advanced Maryland Automatic Network Disk Archiver * Copyright (c) 1991-1998 University of Maryland at College Park + * Copyright (c) 2007-2012 Zmanda, Inc. All Rights Reserved. * All Rights Reserved. * * Permission to use, copy, modify, distribute, and sell this software and its @@ -34,7 +35,7 @@ #include "amanda.h" #include "conffile.h" #include "amfeatures.h" -#include "sl.h" +#include "am_sl.h" #include "util.h" /* for bstrncmp() */ #include "amandad.h" /* for g_option_t */ #include "amxml.h" /* for dle_t */ @@ -145,10 +146,10 @@ void run_calcsize(char *config, char *program, char *disk, char *dirname, GSList *levels, char *file_exclude, char *file_include); -void check_access(char *filename, int mode); -void check_file(char *filename, int mode); -void check_dir(char *dirname, int mode); -void check_suid(char *filename); +gboolean check_access(char *filename, int mode); +gboolean check_file(char *filename, int mode); +gboolean check_dir(char *dirname, int mode); +gboolean check_suid(char *filename); double the_num(char * str, int pos); /* Convert a GSList returned from config_errors into an "ERROR "