PERFORCE change 122178 for review

Andrew Turner andrew at FreeBSD.org
Sat Jun 23 02:56:41 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=122178

Change 122178 by andrew at andrew_hermies on 2007/06/23 02:55:43

	Fix the build. facund_call_cb requires a forward declaration of struct facund_object to exist

Affected files ...

.. //depot/projects/soc2007/andrew-update/lib/facund_connection.h#4 edit

Differences ...

==== //depot/projects/soc2007/andrew-update/lib/facund_connection.h#4 (text+ko) ====

@@ -31,6 +31,7 @@
 #include <sys/types.h>
 
 struct facund_conn;
+struct facund_object;
 struct facund_response;
 
 struct facund_conn	*facund_connect_server(const char *);


More information about the p4-projects mailing list