summaryrefslogtreecommitdiffstats
path: root/usr.bin/indent/indent.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/indent/indent.h')
-rw-r--r--usr.bin/indent/indent.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/indent/indent.h b/usr.bin/indent/indent.h
index b1473a0..502a478 100644
--- a/usr.bin/indent/indent.h
+++ b/usr.bin/indent/indent.h
@@ -1,4 +1,4 @@
-/*
+/*-
* SPDX-License-Identifier: BSD-2-Clause-FreeBSD
*
* Copyright (c) 2001 Jens Schweikhardt
@@ -34,6 +34,7 @@ void addkey(char *, int);
int compute_code_target(void);
int compute_label_target(void);
int count_spaces(int, char *);
+int count_spaces_until(int, char *, char *);
int lexi(void);
void diag2(int, const char *);
void diag3(int, const char *, int);
OpenPOWER on IntegriCloud