From 1f6d61a3fa953e17d36e6c2c57db62d62223c1f0 Mon Sep 17 00:00:00 2001 From: op Date: Mon, 17 Apr 2023 09:53:08 +0000 Subject: [PATCH] add doindent() prototype at the start of the file; forgotten in previous --- usr.bin/mg/util.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/usr.bin/mg/util.c b/usr.bin/mg/util.c index 5fb0bd757c9..05fd84f91c8 100644 --- a/usr.bin/mg/util.c +++ b/usr.bin/mg/util.c @@ -1,4 +1,4 @@ -/* $OpenBSD: util.c,v 1.46 2023/04/17 09:49:04 op Exp $ */ +/* $OpenBSD: util.c,v 1.47 2023/04/17 09:53:08 op Exp $ */ /* This file is in the public domain. */ @@ -16,6 +16,8 @@ #include "def.h" +int doindent(int); + /* * Display a bunch of useful information about the current location of dot. * The character under the cursor (in octal), the current line, row, and -- 2.20.1