diff libfdproto/messages.c @ 710:e60376cb15e8

Minor changes
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 10 Feb 2011 16:00:53 +0900
parents 4ffbc9f1e922
children 2c7c423eaba9
line wrap: on
line diff
--- a/libfdproto/messages.c	Thu Feb 10 10:49:09 2011 +0900
+++ b/libfdproto/messages.c	Thu Feb 10 16:00:53 2011 +0900
@@ -807,6 +807,10 @@
 		/* dump next object */
 	} while (ref);
 }
+void fd_msg_dump_fstr_one ( struct msg * msg, FILE * fstr ) /* just the header */
+{
+	msg_dump_intern ( NONE, msg, 2, fstr );
+}
 
 /* Dump a message content -- for debug mostly */
 void fd_msg_dump_walk ( int level, msg_or_avp *obj )
"Welcome to our mercurial repository"