diff options
author | Omar Polo <op@cvs.openbsd.org> | 2023-04-17 09:53:09 +0000 |
---|---|---|
committer | Omar Polo <op@cvs.openbsd.org> | 2023-04-17 09:53:09 +0000 |
commit | b8107e736d7306c7653fa57a19197ef3b4db2a46 (patch) | |
tree | c372119b4285c8887e04b534916bb549e61206f4 /usr.bin/mg/util.c | |
parent | 181c8c991bf298c1b271a09cf5182cbeea4bae5e (diff) |
add doindent() prototype at the start of the file; forgotten in previous
Diffstat (limited to 'usr.bin/mg/util.c')
-rw-r--r-- | usr.bin/mg/util.c | 4 |
1 files changed, 3 insertions, 1 deletions
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 |