hal/libhal libhal.h,1.33,1.34

David Zeuthen david at kemper.freedesktop.org
Sat Feb 25 12:54:18 PST 2006


Update of /cvs/hal/hal/libhal
In directory kemper:/tmp/cvs-serv7556/libhal

Modified Files:
	libhal.h 
Log Message:
2006-02-25  David Zeuthen  <davidz at redhat.com>

        * libhal/libhal.h: Add back typedefs for LibHalPropertySetIterator
        and LibHalContext as they were accidently removed in last commit.



Index: libhal.h
===================================================================
RCS file: /cvs/hal/hal/libhal/libhal.h,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- libhal.h	25 Feb 2006 20:38:23 -0000	1.33
+++ libhal.h	25 Feb 2006 20:54:16 -0000	1.34
@@ -42,7 +42,7 @@
  *
  * Handy macro for checking whether a context is valid.
  */
-#define LIBHAL_CHECK_LIBHALCONTEXT(_ctx_, _ret_)					\
+#define LIBHAL_CHECK_LIBHALCONTEXT(_ctx_, _ret_)				\
 	do {									\
 		if (_ctx_ == NULL) {						\
 			fprintf (stderr,					\
@@ -80,6 +80,9 @@
 	LIBHAL_PROPERTY_TYPE_STRLIST =    ((int) (DBUS_TYPE_STRING<<8)+('l'))
 } LibHalPropertyType;
 
+
+typedef struct LibHalContext_s LibHalContext;
+
 /** 
  * LibHalIntegrateDBusIntoMainLoop:
  * @ctx: context for connection to hald
@@ -376,6 +379,9 @@
 	void *reservered1;         /**< Reserved for future use */
 };
 
+
+typedef struct LibHalPropertySetIterator_s LibHalPropertySetIterator;
+
 /* Initialize a property set iterator. */
 void libhal_psi_init (LibHalPropertySetIterator *iter, LibHalPropertySet *set);
 




More information about the hal-commit mailing list