Directory browser is now available in config panel, and works! Will only run files...
[pandora-libraries.git] / minimenu / mmenu.h
index 1c71f6f..4a5ea36 100644 (file)
@@ -19,7 +19,9 @@ typedef enum {
   pndn_none
 } pndnotify_loglevels_e;
 
-void emit_and_quit ( char *s );
+void emit_and_quit ( char *s );      // normal case; quit and run an app
+void emit_and_run ( char *buffer );  // odd case; run an app and stay alive
+void exec_raw_binary ( char *fullpath ); // just fork/exec something, without exit
 
 void applications_free ( void );
 void applications_scan ( void );