Imported Upstream version 3.3.2
[debian/amanda] / common-src / util.h
index a0a98e417e780335002a65f4a4db9338db2c3888..fe951b5523556cac992b208a85e3f2ea95266a96 100644 (file)
@@ -30,7 +30,7 @@
 #define        UTIL_H
 
 #include "amanda.h"
-#include "sl.h"
+#include "am_sl.h"
 
 #include <glib.h>
 #include <glib-object.h>
@@ -391,4 +391,6 @@ void property_add_to_argv(GPtrArray *argv_ptr, GHashTable *proplist);
  */
 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);
 #endif /* UTIL_H */