Imported Upstream version 3.3.1
[debian/amanda] / common-src / util.h
index a0a98e417e780335002a65f4a4db9338db2c3888..140982f5e45969d582e1f6fcc4f2b96fd40bfa65 100644 (file)
@@ -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 */