main/setup.c

changeset 1
ad2c8b13eb88
parent 0
b74b0e4902c3
child 32
c3c2fd13cf3b
equal deleted inserted replaced
0:b74b0e4902c3 1:ad2c8b13eb88
4 */ 4 */
5 5
6 #include "config.h" 6 #include "config.h"
7 7
8 8
9 extern sButton Buttons[MAXBUTTONS]; 9 extern sButton Buttons[MAXBUTTONS];
10 extern int Main_Screen; 10 extern int Main_Screen;
11 11
12 bool UpdateRec = false; 12 bool UpdateRec = false; ///< Update record flag
13 int CurrentRec = 1; 13 int CurrentRec = 1; ///< Current record
14 int Records = 1; 14 int Records = 1; ///< Total records.
15 15
16 16
17 static const char *TAG = "setup"; 17 static const char *TAG = "setup";
18 18
19 19

mercurial