Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jun 2007 02:56:40 GMT
From:      Andrew Turner <andrew@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 122178 for review
Message-ID:  <200706230256.l5N2uegG097851@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=122178

Change 122178 by andrew@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 *);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706230256.l5N2uegG097851>