From 045024ee2753c161eedf7f3230631a5d9604ff4c Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Wed, 8 Jun 2016 21:01:49 +0200 Subject: update TODO --- docs/TODO | 3 +-- src/config.c | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/TODO b/docs/TODO index ad7104f..db3ba23 100644 --- a/docs/TODO +++ b/docs/TODO @@ -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 */ -- cgit v1.2.3