X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=common-src%2Futil.h;h=0e35bb8ac05f8c9f3dd5ab2cdd469c4a4efe943e;hb=d28952249e392eb31bc8eecc53f6c477f30c617b;hp=fe951b5523556cac992b208a85e3f2ea95266a96;hpb=949b8910a5e23c4285d0b1aedacfc82a14dc97a5;p=debian%2Famanda diff --git a/common-src/util.h b/common-src/util.h index fe951b5..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 @@ -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 */