summaryrefslogtreecommitdiff
path: root/usr.bin/indent/indent.h
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2016-08-04 15:27:09 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2016-08-04 15:27:09 +0000
commita6bcfda48742440900bde6280d44b7a39fb6a50f (patch)
treef4553c7a5f970db5e5f86edf2795aac9d3c1999b /usr.bin/indent/indent.h
parentb0316526b074d80e511530e6d93cdb14020cee56 (diff)
downloadsrc-test2-a6bcfda48742440900bde6280d44b7a39fb6a50f.tar.gz
src-test2-a6bcfda48742440900bde6280d44b7a39fb6a50f.zip
Notes
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 036f93c75e51..f49e7d993aa8 100644
--- a/usr.bin/indent/indent.h
+++ b/usr.bin/indent/indent.h
@@ -28,7 +28,8 @@
__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 *);