X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilcconfig.h;h=c58bd28a32c4cbe6901036814126c4c697146324;hb=e7b6c157b80152bf9fb9266e6bdd93f9fb0db776;hp=b7f4dfeb3c7e74b5c8568b74e78abe79d2fefdcc;hpb=413da0f8686910f5e627393157566ae729ca99c4;p=silc.git diff --git a/lib/silcutil/silcconfig.h b/lib/silcutil/silcconfig.h index b7f4dfeb..c58bd28a 100644 --- a/lib/silcutil/silcconfig.h +++ b/lib/silcutil/silcconfig.h @@ -8,8 +8,7 @@ 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 Free Software Foundation; either version 2 of the License, or - (at your option) any later version. + the Free Software Foundation; version 2 of the License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -387,7 +386,7 @@ char *silc_config_read_current_line(SilcConfigFile *file); * * SYNOPSIS * - * bool silc_config_register(SilcConfigEntity ent, const char *name, + * SilcBool silc_config_register(SilcConfigEntity ent, const char *name, * SilcConfigType type, SilcConfigCallback cb, * const SilcConfigTable *subtable, * void *context); @@ -410,7 +409,7 @@ char *silc_config_read_current_line(SilcConfigFile *file); * silc_config_register_table * ***/ -bool silc_config_register(SilcConfigEntity ent, const char *name, +SilcBool silc_config_register(SilcConfigEntity ent, const char *name, SilcConfigType type, SilcConfigCallback cb, const SilcConfigTable *subtable, void *context); @@ -418,7 +417,7 @@ bool silc_config_register(SilcConfigEntity ent, const char *name, * * SYNOPSIS * - * bool silc_config_register_table(SilcConfigEntity ent, + * SilcBool silc_config_register_table(SilcConfigEntity ent, * const SilcConfigTable table[], * void *context); * @@ -440,7 +439,7 @@ bool silc_config_register(SilcConfigEntity ent, const char *name, * SilcConfigTable * ***/ -bool silc_config_register_table(SilcConfigEntity ent, +SilcBool silc_config_register_table(SilcConfigEntity ent, const SilcConfigTable table[], void *context); /****f* silcutil/SilcConfigAPI/silc_config_main