summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: be1ce18)
raw | patch | inline | side by side (parent: be1ce18)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Wed, 27 Apr 2016 12:37:24 +0000 (14:37 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Wed, 27 Apr 2016 12:37:24 +0000 (14:37 +0200) |
src/daemon/utils_complain.h | patch | blob | history |
index 390f961626c969b61d7887a03e510ffe3aebaa73..9d96d35d4d5acca4197aa18e01c481b708775aaa 100644 (file)
* `c' Identifier for the complaint.
* `format' Message format - see the documentation of printf(3).
*/
+__attribute__ ((format(printf,3,4)))
void c_complain (int level, c_complain_t *c, const char *format, ...);
/*
*
* See `c_complain' for further details and a description of the parameters.
*/
+__attribute__ ((format(printf,3,4)))
void c_complain_once (int level, c_complain_t *c, const char *format, ...);
/*
*
* See `c_complain' for a description of the parameters.
*/
+__attribute__ ((format(printf,3,4)))
void c_do_release (int level, c_complain_t *c, const char *format, ...);
#define c_release(level, c, ...) \
do { \