Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
ab1c855d
Commit
ab1c855d
authored
Feb 06, 2013
by
Yann Diorcet
Browse files
tools: comment unused function in lpc2xml
parent
bf0953eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
tools/lpc2xml.c
tools/lpc2xml.c
+2
-0
No files found.
tools/lpc2xml.c
View file @
ab1c855d
...
...
@@ -81,6 +81,7 @@ static void lpc2xml_genericxml_error(void *ctx, const char *fmt, ...) {
va_end
(
args
);
}
/*
static void lpc2xml_genericxml_warning(void *ctx, const char *fmt, ...) {
lpc2xml_context *xmlCtx = (lpc2xml_context *)ctx;
int sl = strlen(xmlCtx->warningBuffer);
...
...
@@ -89,6 +90,7 @@ static void lpc2xml_genericxml_warning(void *ctx, const char *fmt, ...) {
vsnprintf(xmlCtx->warningBuffer + sl, LPC2XML_BZ-sl, fmt, args);
va_end(args);
}
*/
static
int
processEntry
(
const
char
*
section
,
const
char
*
entry
,
xmlNode
*
node
,
lpc2xml_context
*
ctx
)
{
const
char
*
content
=
lp_config_get_string
(
ctx
->
lpc
,
section
,
entry
,
NULL
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment