Imported Upstream version 3.3.3
[debian/amanda] / common-src / util.h
index fe951b5523556cac992b208a85e3f2ea95266a96..0e35bb8ac05f8c9f3dd5ab2cdd469c4a4efe943e 100644 (file)
@@ -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 */