1 #ifndef __setup_extra_h
2 #define __setup_extra_h
4 #include <setup_window.h>
6 class eExpertSetup
: public eSetupWindow
9 eListBoxEntryMulti
*record_split_size
;
10 void selChanged(eListBoxEntryMenu
* e
);
12 #ifndef DISABLE_NETWORK
13 void communication_setup();
15 void software_update();
25 #ifndef TUXTXT_CFG_STANDALONE
26 void tuxtxtCachingChanged(bool);
28 void reinitializeHTTPServer(bool);
29 void fastZappingChanged(bool b
);
30 void init_eExpertSetup();
31 void fileToggle(bool newState
, const char* filename
);