X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fciniparser%2F_info;h=749a4558cc8d71ae8e53869a26267a536abc4b88;hp=e3af8bafeaee5bccb97eeb95a65b2510fc956917;hb=291237b4fed863be74051274ac5ad9920cb33cc3;hpb=570c9c555f076e74f46141bb42b5d1d7ac89f632 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).