projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b83649e
)
ciniparser: Separate summary line and description text for metadata
author
Brad Hards
<bradh@frogmouth.net>
Mon, 17 Jan 2011 03:02:36 +0000
(13:32 +1030)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Mon, 17 Jan 2011 03:02:36 +0000
(13:32 +1030)
ccan/ciniparser/_info
patch
|
blob
|
history
diff --git
a/ccan/ciniparser/_info
b/ccan/ciniparser/_info
index e3af8bafeaee5bccb97eeb95a65b2510fc956917..c252257e50f4db9cc742ae781ca1a427681bb9e1 100644
(file)
--- a/
ccan/ciniparser/_info
+++ b/
ccan/ciniparser/_info
@@
-4,6
+4,7
@@
/**
* ciniparser - easily parse and manipulate ini style configuration files
+ *
* A dictionary object is allocated which contains string keys and values.
* Functions to read string values return statically allocated objects,
* there is no need to free them (also, do not modify them directly).