mmenu: can now associate custom cats/subcats to an app; special exception -- you...
[pandora-libraries.git] / minimenu / mmcustom_cats.h
index a003451..73738ef 100644 (file)
@@ -19,6 +19,8 @@ extern unsigned int mmcustom_count;
 
 unsigned char mmcustom_setup ( void ); // load
 void mmcustom_shutdown ( void );       // unload
+unsigned char mmcustom_is_ready ( void );
+
 unsigned char mmcustom_write ( char *fullpath /* if NULL, uses canonical location */ );   // save
 char *mmcustom_determine_path ( void );