X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=common-src%2Futil.h;h=0e35bb8ac05f8c9f3dd5ab2cdd469c4a4efe943e;hb=691567b16c13087b31ee4c2b6d038e57872fae82;hp=140982f5e45969d582e1f6fcc4f2b96fd40bfa65;hpb=8eb7e8e19f1373f6be7f1f7837b997748ce31d0e;p=debian%2Famanda diff --git a/common-src/util.h b/common-src/util.h index 140982f..0e35bb8 100644 --- a/common-src/util.h +++ b/common-src/util.h @@ -1,6 +1,7 @@ /* * Amanda, The Advanced Maryland Automatic Network Disk Archiver * Copyright (c) 1999 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 @@ -30,7 +31,7 @@ #define UTIL_H #include "amanda.h" -#include "sl.h" +#include "am_sl.h" #include #include @@ -393,4 +394,7 @@ void debug_executing(GPtrArray *argv_ptr); /* execute the program and get the first line from stdout ot stderr */ char *get_first_line(GPtrArray *argv_ptr); + +gboolean make_amanda_tmpdir(void); + #endif /* UTIL_H */