X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fconfigfile.h;h=0bb11b2a4384b8e7bf697a56e401267728ba1df4;hb=4285addef1e67f3d4c4b01ca3cbe5b7a2cae4d89;hp=e9d31104ee08f5de245edf1109eab53370dfc4bb;hpb=3cf46d9689f6fae30e19f3898852083003862552;p=collectd.git diff --git a/src/configfile.h b/src/configfile.h index e9d31104..0bb11b2a 100644 --- a/src/configfile.h +++ b/src/configfile.h @@ -1,6 +1,6 @@ /** * collectd - src/configfile.h - * Copyright (C) 2005 Florian octo Forster + * Copyright (C) 2005,2006 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 @@ -63,17 +63,18 @@ void cf_register (char *type, /* * DESCRIPTION - * `cf_get_mode_option' returns options from the section(s). + * `cf_get_option' returns various general options. * * PARAMETERS * `key' Name of the option to query. + * `def' Pointer to return as default value. * * RETURN VALUE * The pointer returned is part of an internal structure and may not be * changed. If the option is not found for whatever reason (wrong key, option * not allowed for currently selected mode, ...) `NULL' is returned. */ -char *cf_get_mode_option (const char *key); +char *cf_get_option (const char *key, char *def); /* * DESCRIPTION