From 6fbfcfc0d78c9b00181bb2465ede73b18ac92cef Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Thu, 30 Jul 2009 20:21:55 +0000 Subject: Sync OpenBSD patchset 196: Rename struct hdrtype to msgtype which is a better name and can be used even when struct hdr disappears. --- client-fn.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client-fn.c') diff --git a/client-fn.c b/client-fn.c index 3030d3d3..81fac53f 100644 --- a/client-fn.c +++ b/client-fn.c @@ -1,4 +1,4 @@ -/* $Id: client-fn.c,v 1.7 2009-07-28 22:12:16 tcunha Exp $ */ +/* $Id: client-fn.c,v 1.8 2009-07-30 20:21:55 tcunha Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -63,7 +63,7 @@ client_fill_session(struct msg_command_data *data) void client_write_server( - struct client_ctx *cctx, enum hdrtype type, void *buf, size_t len) + struct client_ctx *cctx, enum msgtype type, void *buf, size_t len) { struct hdr hdr; -- cgit