Added support for a hup script; if the pnd.hupscript key is within the 'apps' config...
[pandora-libraries.git] / include / pnd_utility.h
index 257bfb7..81c5f9d 100644 (file)
@@ -10,6 +10,9 @@ extern "C" {
 // new string; the old string is destroyed in the process, or returned as-is.
 char *pnd_expand_tilde ( char *freeable_buffer );
 
+// arbtrary execute function; fire and forget really
+void pnd_exec_no_wait_1 ( char *fullpath, char *arg1 );
+
 #ifdef __cplusplus
 } /* "C" */
 #endif