From 246534f3389ba9065a48f547a0604ada89030900 Mon Sep 17 00:00:00 2001 From: "/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org" Date: Sat, 7 Jan 2006 22:05:44 +0000 Subject: remove strerror function of db helpers and move error printing directly into db plugins --- include/ulogd/db.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/ulogd/db.h b/include/ulogd/db.h index b4b4325..94752ae 100644 --- a/include/ulogd/db.h +++ b/include/ulogd/db.h @@ -11,7 +11,6 @@ struct db_driver { char *dst, const char *src, unsigned int len); int (*execute)(struct ulogd_pluginstance *upi, const char *stmt, unsigned int len); - char *(*strerror)(struct ulogd_pluginstance *upi); }; struct db_instance { -- cgit v1.2.3