summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-errors.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-02-14 04:10:00 +0000
committerHavoc Pennington <hp@redhat.com>2003-02-14 04:10:00 +0000
commitb822fb3913e175ff7c139e064453d5d97e758db0 (patch)
treed2fec8d502d5d817269dc057759fd473e9ef62e2 /dbus/dbus-errors.h
parent97ee8d189948c9f2c86464ca33f82e6daeaedc72 (diff)
add @todo
Diffstat (limited to 'dbus/dbus-errors.h')
-rw-r--r--dbus/dbus-errors.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/dbus/dbus-errors.h b/dbus/dbus-errors.h
index 55e2c315..45cedc54 100644
--- a/dbus/dbus-errors.h
+++ b/dbus/dbus-errors.h
@@ -76,9 +76,7 @@ dbus_bool_t dbus_set_error (DBusError *error,
...);
void dbus_set_error_const (DBusError *error,
const char *name,
- const char *message);
-
-
+ const char *message);
void dbus_set_result (DBusResultCode *code_address,
DBusResultCode code);