diff options
author | Alfred E. Heggestad <aeh@db.org> | 2016-06-08 21:01:49 +0200 |
---|---|---|
committer | Alfred E. Heggestad <aeh@db.org> | 2016-06-08 21:01:49 +0200 |
commit | 045024ee2753c161eedf7f3230631a5d9604ff4c (patch) | |
tree | 18a7698a88d521b96b27338395db5dcda572d33b | |
parent | 115a600891010fe2ca7384f57190063b1663534a (diff) |
update TODO
-rw-r--r-- | docs/TODO | 3 | ||||
-rw-r--r-- | src/config.c | 1 |
2 files changed, 1 insertions, 3 deletions
@@ -6,8 +6,6 @@ Version v0.x.y: config: add support for pre-pending or appending config items from command-line options - conf: move generation of config template to a module ('config.so') ? - improve first-time user experience, add a new module that will prompt the user for a SIP uri and (optionally) a password. @@ -22,6 +20,7 @@ Version v0.x.y: long term goal: a fully re-entrant libbaresip with no static data + vidsrc: add timestamp to api ------------------------------------------------------------------------------- BUGS: diff --git a/src/config.c b/src/config.c index a6fcd26..77a4411 100644 --- a/src/config.c +++ b/src/config.c @@ -20,7 +20,6 @@ /** Core Run-time Configuration - populated from config file */ -/** @todo: move config parsing/decoding to a module */ static struct config core_config = { /** SIP User-Agent */ |