summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/SOURCES
diff options
context:
space:
mode:
authorWilliam Wilgus <wilgus.william@gmail.com>2021-08-24 07:50:32 -0400
committerWilliam Wilgus <me.theuser@yahoo.com>2021-08-27 05:19:28 +0000
commit965572705beb4a0789970a44e11fce94654ad4b9 (patch)
tree183ed4a8c4e02a0b317357901d647bfbe56a2017 /apps/plugins/lib/SOURCES
parentcab8cea0f0b241c9221e220bf53c30c8b212274a (diff)
downloadrockbox-965572705beb4a0789970a44e11fce94654ad4b9.tar.gz
rockbox-965572705beb4a0789970a44e11fce94654ad4b9.zip
plugin lib/arg_helper parse 'command line' args
add a helper function to allow plugins to parse the parameter string passed into plugins support included for bool, char, string and numbers+decimals Change-Id: I39f35c8bd3c21b83097a538c19f46d362c468fa4
Diffstat (limited to 'apps/plugins/lib/SOURCES')
-rw-r--r--apps/plugins/lib/SOURCES1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/lib/SOURCES b/apps/plugins/lib/SOURCES
index 6d5fe6cb5f..bdea07315e 100644
--- a/apps/plugins/lib/SOURCES
+++ b/apps/plugins/lib/SOURCES
@@ -3,6 +3,7 @@ gcc-support.c
3pluginlib_actions.c 3pluginlib_actions.c
4helper.c 4helper.c
5icon_helper.c 5icon_helper.c
6arg_helper.c
6md5.c 7md5.c
7jhash.c 8jhash.c
8configfile.c 9configfile.c