From 855aecc7b576a5741df3c685ccfa2b3b11cd13ce Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 4 Aug 2008 21:18:49 +0200 Subject: Move error_failed_errno where it is actually used --- common/error.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'common/error.h') diff --git a/common/error.h b/common/error.h index 68ce105a..4d4236b8 100644 --- a/common/error.h +++ b/common/error.h @@ -42,8 +42,5 @@ DBusHandlerResult error_canceled(DBusConnection *conn, DBusMessage *msg, DBusHandlerResult error_failed(DBusConnection *conn, DBusMessage *msg, const char *desc); -DBusHandlerResult error_failed_errno(DBusConnection *conn, DBusMessage *msg, - int err); - DBusHandlerResult error_common_reply(DBusConnection *conn, DBusMessage *msg, const char *name, const char *descr); -- cgit