Index: trunk/include/sh_extern.h
===================================================================
--- trunk/include/sh_extern.h	(revision 207)
+++ trunk/include/sh_extern.h	(revision 211)
@@ -35,4 +35,9 @@
  */
 int sh_ext_popen (sh_tas_t * task);
+
+/*
+ * -- Execute command, return first line of output
+ */
+char * sh_ext_popen_str (char * command);
 
 /*
