PERFORCE change 122186 for review

Andrew Turner andrew at FreeBSD.org
Sat Jun 23 05:41:11 UTC 2007


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

Change 122186 by andrew at andrew_hermies on 2007/06/23 05:40:51

	Add a response object to handle the response to a call

Affected files ...

.. //depot/projects/soc2007/andrew-update/lib/Makefile#3 edit
.. //depot/projects/soc2007/andrew-update/lib/facund_response.c#1 add
.. //depot/projects/soc2007/andrew-update/lib/facund_response.h#1 add

Differences ...

==== //depot/projects/soc2007/andrew-update/lib/Makefile#3 (text+ko) ====

@@ -1,6 +1,6 @@
 LIB=facund
 
-SRCS=facund_connection.c facund_object.c facund_server.c
+SRCS=facund_connection.c facund_object.c facund_response.c facund_server.c
 
 WARNS=6
 


More information about the p4-projects mailing list