From b59c4319a2b0bee7cbb7f9ef3342f372940000e1 Mon Sep 17 00:00:00 2001 From: Jean-Francois Brousseau Date: Fri, 30 Jul 2004 01:49:27 +0000 Subject: Move to the new API for the client-server protocol. All functions now take a cvs root structure as parameter. This will allow for much easier management of CVS trees that make use of multiple roots. --- usr.bin/cvs/getlog.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.bin/cvs/getlog.c') diff --git a/usr.bin/cvs/getlog.c b/usr.bin/cvs/getlog.c index bf11e55abcd..5e26d817fa1 100644 --- a/usr.bin/cvs/getlog.c +++ b/usr.bin/cvs/getlog.c @@ -1,4 +1,4 @@ -/* $OpenBSD: getlog.c,v 1.2 2004/07/29 18:23:26 jfb Exp $ */ +/* $OpenBSD: getlog.c,v 1.3 2004/07/30 01:49:23 jfb Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. @@ -38,6 +38,7 @@ #include "log.h" #include "rcs.h" #include "sock.h" +#include "proto.h" #define CVS_GLOG_RFONLY 0x01 -- cgit v1.2.3