summaryrefslogtreecommitdiff
path: root/usr.bin/rcs/rcsprog.h
diff options
context:
space:
mode:
authorNiall O'Higgins <niallo@cvs.openbsd.org>2006-03-15 19:59:38 +0000
committerNiall O'Higgins <niallo@cvs.openbsd.org>2006-03-15 19:59:38 +0000
commita809d533f9f2c62bfbce557ccb6a23d9f87fc197 (patch)
treefbdc6e431a10877ff53824e3ed7d054dc0a63ccc /usr.bin/rcs/rcsprog.h
parentc51f2c1be7f15860a9c5bce9b205e51292c3a932 (diff)
- add util.h, reorganising a bunch of things and exposing cvs_yesno()
function to be used by rcs.
Diffstat (limited to 'usr.bin/rcs/rcsprog.h')
-rw-r--r--usr.bin/rcs/rcsprog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/rcs/rcsprog.h b/usr.bin/rcs/rcsprog.h
index b336d9413de..672a19fa61c 100644
--- a/usr.bin/rcs/rcsprog.h
+++ b/usr.bin/rcs/rcsprog.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: rcsprog.h,v 1.38 2006/03/15 03:29:01 ray Exp $ */
+/* $OpenBSD: rcsprog.h,v 1.39 2006/03/15 19:59:37 niallo Exp $ */
/*
* Copyright (c) 2005 Joris Vink <joris@openbsd.org>
* All rights reserved.
@@ -30,6 +30,7 @@
#include "log.h"
#include "rcs.h"
#include "worklist.h"
+#include "util.h"
#include "xmalloc.h"
#define RCS_DEFAULT_SUFFIX ",v/"