X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fliboconfig%2Foconfig.h;h=70fc6230fc5753916c8c03d211c78695fda3b0f7;hb=105c64c6f20807fa105b6aa350cc79c0d3a38488;hp=e6e53e27020d8e773072a232401c018c1144bc43;hpb=dc80c73c20ef0e69c3850fd9679a827ad79e61a1;p=collectd.git diff --git a/src/liboconfig/oconfig.h b/src/liboconfig/oconfig.h index e6e53e27..70fc6230 100644 --- a/src/liboconfig/oconfig.h +++ b/src/liboconfig/oconfig.h @@ -5,7 +5,7 @@ /** * oconfig - src/oconfig.h - * Copyright (C) 2006,2007 Florian octo Forster + * Copyright (C) 2006-2009 Florian octo Forster * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -59,6 +59,8 @@ struct oconfig_item_s oconfig_item_t *oconfig_parse_fh (FILE *fh); oconfig_item_t *oconfig_parse_file (const char *file); +oconfig_item_t *oconfig_clone (const oconfig_item_t *ci); + void oconfig_free (oconfig_item_t *ci); /*