diff options
author | Michiel Van Der Kolk <not.valid@email.address> | 2005-04-26 21:37:44 +0000 |
---|---|---|
committer | Michiel Van Der Kolk <not.valid@email.address> | 2005-04-26 21:37:44 +0000 |
commit | 929e7837cd8433d2e265d982e31b6ddd765cf5d1 (patch) | |
tree | b7cf326db1f6f019c96263e8a312793786c232f3 /apps/SOURCES | |
parent | 04ed408de9ea576a3b22ee44bac9483ca27124c6 (diff) |
Restructurizing database code, seperating database code from dbtree code,
wrote the first basic functions to manipulate fileentries.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6359 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/SOURCES')
-rw-r--r-- | apps/SOURCES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/SOURCES b/apps/SOURCES index 33a6ded691..10a04da6ea 100644 --- a/apps/SOURCES +++ b/apps/SOURCES @@ -24,6 +24,7 @@ talk.c #endif tree.c dbtree.c +database.c filetree.c wps-display.c wps.c |