src/utils_complain.h: Rename `C_COMPLAIN_INIT' to `C_COMPLAIN_INIT_STATIC'.
authorFlorian Forster <octo@noris.net>
Mon, 29 Sep 2008 12:56:43 +0000 (14:56 +0200)
committerFlorian Forster <octo@noris.net>
Mon, 29 Sep 2008 12:56:43 +0000 (14:56 +0200)
commit7c84372528ab858cc8ea8a4bc6ee577f7ef3026a
treeea59e9947f4df0da2d48940de22ebb1bbe25ef5e
parent424adfdc39de5a338bfef18a150c0557b79d3b49
src/utils_complain.h: Rename `C_COMPLAIN_INIT' to `C_COMPLAIN_INIT_STATIC'.

Because it can only be used when initializing during declaration. A macro
for initializing a struct by pointer as been added with the previous name,
i. e. `C_COMPLAIN_INIT(c)'.

Signed-off-by: Florian Forster <octo@noris.net>
src/plugin.c
src/postgresql.c
src/utils_complain.h