From 92ebf7d739306c9e3a83af71d616f33173b19b0c Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 4 Mar 2009 14:47:33 -0500 Subject: Implement SetUserAttributes in the InfoPipe SetUserAttributes is now available for use in the Infopipe. I also reorganized a few of the internal InfoPipe objects to reduce code duplication. One very simple test is included in this checkin to validate that the parser is working. --- server/sbus/sssd_dbus.h | 1 + 1 file changed, 1 insertion(+) (limited to 'server/sbus/sssd_dbus.h') diff --git a/server/sbus/sssd_dbus.h b/server/sbus/sssd_dbus.h index 8dd0d3e30..2496ae895 100644 --- a/server/sbus/sssd_dbus.h +++ b/server/sbus/sssd_dbus.h @@ -128,4 +128,5 @@ void sbus_conn_send_reply(struct sbus_conn_ctx *conn_ctx, int sbus_is_dbus_fixed_type(int dbus_type); int sbus_is_dbus_string_type(int dbus_type); +size_t sbus_get_dbus_type_size(int dbus_type); #endif /* _SSSD_DBUS_H_*/ -- cgit