X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fciniparser%2F_info;h=749a4558cc8d71ae8e53869a26267a536abc4b88;hb=fe328d06ed6df8d5a92eaab4be2d645affeeb99e;hp=e3af8bafeaee5bccb97eeb95a65b2510fc956917;hpb=570c9c555f076e74f46141bb42b5d1d7ac89f632;p=ccan diff --git a/ccan/ciniparser/_info b/ccan/ciniparser/_info index e3af8baf..749a4558 100644 --- a/ccan/ciniparser/_info +++ b/ccan/ciniparser/_info @@ -1,9 +1,10 @@ +#include "config.h" #include #include -#include "config.h" /** * 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).