[lib/zclient] Export zclient_create_header

2006-01-17 Paul Jakma <paul.jakma@sun.com>

	* zclient.{c,h}: (zclient_create_header) export this, seems others
	  could use it (in lieu of more complete zserv helpers).
diff --git a/lib/zclient.c b/lib/zclient.c
index ccd8bfc..a253af6 100644
--- a/lib/zclient.c
+++ b/lib/zclient.c
@@ -270,7 +270,7 @@
   return 0;
 }
 
-static void
+void
 zclient_create_header (struct stream *s, uint16_t command)
 {
   /* length placeholder, caller can update */