summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorpaul <paul>2006-01-17 17:43:18 +0000
committerpaul <paul>2006-01-17 17:43:18 +0000
commitd211086aefd45e0b7c113a43ed5eb620626b8681 (patch)
tree353b32a059c864a748d1f52f90e8a57c8adc7b6f /lib/ChangeLog
parent789f78ac5a5bf1c22c9c053c883f60d45761e89b (diff)
[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).
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 430e6aac..1fa8eb59 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -7,6 +7,8 @@
terminal_no_monitor, in the more normal negating format,
to be kind to my fingers.
(vty_init) install new ALIAS.
+ * zclient.{c,h}: (zclient_create_header) export this, seems others
+ could use it (in lieu of more complete zserv helpers).
2006-01-16 Paul Jakma <paul.jakma@sun.com>