aboutsummaryrefslogtreecommitdiff
path: root/src/pack.h
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-10-13 12:13:46 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2013-10-13 12:13:46 +0300
commit510fc646f13b843d046323e3477edb6c1bc2258d (patch)
tree3de9ea346897300e00ef169fcc84ab508b3d70a3 /src/pack.h
parentfcc1c011757f71bb3ec1c883a19c1945fd83cf11 (diff)
downloadvmod-binlog-510fc646f13b843d046323e3477edb6c1bc2258d.tar.gz
vmod-binlog-510fc646f13b843d046323e3477edb6c1bc2258d.tar.bz2
Improve error reporting.
* src/pack.c: Use packerror to report errors. * src/pack.h (packerror): New proto. * src/binlog.c (packerror): New function. * src/binlogcat.c (packerror,error,verror): New functions.
Diffstat (limited to 'src/pack.h')
-rw-r--r--src/pack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pack.h b/src/pack.h
index 36e20ec..c134878 100644
--- a/src/pack.h
+++ b/src/pack.h
@@ -40,7 +40,7 @@ struct packenv *packenv_create(size_t size);
void packenv_init(struct packenv *env);
void packenv_free(struct packenv *env);
-
+void packerror(const char *, ...);

Return to:

Send suggestions and report system problems to the System administrator.