summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
authorJerome Kuptz <jeromekuptz@gmail.com>2002-07-23 06:21:35 +0000
committerJerome Kuptz <jeromekuptz@gmail.com>2002-07-23 06:21:35 +0000
commitceef544fe0fe3b7854a11d6d9b4cb968a0f6fe00 (patch)
tree2f956ba9974574327063a16bc42bc7910c3656ca /apps/settings.h
parentb70a0466159e4d557aa30f53c104191965468241 (diff)
downloadrockbox-ceef544fe0fe3b7854a11d6d9b4cb968a0f6fe00.tar.gz
rockbox-ceef544fe0fe3b7854a11d6d9b4cb968a0f6fe00.zip
primitive hold mode enabled for wps
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1413 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 3921fb1f52..7f2eccc0e9 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -64,6 +64,9 @@ struct user_settings
64 /* geeky persistent statistics */ 64 /* geeky persistent statistics */
65 unsigned short total_boots; /* how many times the device has been booted */ 65 unsigned short total_boots; /* how many times the device has been booted */
66 unsigned int total_uptime; /* total uptime since rockbox was first booted */ 66 unsigned int total_uptime; /* total uptime since rockbox was first booted */
67
68 /* Hold Mode */
69 bool hold;
67}; 70};
68 71
69/* prototypes */ 72/* prototypes */