diff options
Diffstat (limited to 'usr.bin/indent/indent.h')
-rw-r--r-- | usr.bin/indent/indent.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/indent/indent.h b/usr.bin/indent/indent.h index 4c52bf8370e4..f49e7d993aa8 100644 --- a/usr.bin/indent/indent.h +++ b/usr.bin/indent/indent.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001 Jens Schweikhardt * All rights reserved. * @@ -28,10 +28,12 @@ __FBSDID("$FreeBSD$"); #endif -void addkey(char *, int); +void add_typename(const char *); +void alloc_typenames(void); 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); |