pndnotifyd: fix some crashes
[pandora-libraries.git] / minimenu / mmwrapcmd.h
1
2 #ifndef h_mmwrapcmd_h
3 #define h_mmwrapcmd_h
4
5 // since only like 2 or 3 commands, no need for enum's/etc
6
7 #define MM_WATCHIT "--->"
8
9 #define MM_QUIT "--->quit"
10 #define MM_RUN "--->run"
11 #define MM_RESTART "--->restart"
12
13 #endif