summaryrefslogtreecommitdiff
path: root/find/print.h
diff options
context:
space:
mode:
Diffstat (limited to 'find/print.h')
-rw-r--r--find/print.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/find/print.h b/find/print.h
new file mode 100644
index 00000000..9408711c
--- /dev/null
+++ b/find/print.h
@@ -0,0 +1,16 @@
+#include "defs.h"
+
+struct format_val;
+struct parser_table;
+struct predicate;
+struct segment;
+
+struct segment **make_segment (struct segment **segment,
+ char *format, int len,
+ int kind, char format_char,
+ char aux_format_char,
+ struct predicate *pred);
+bool
+insert_fprintf (struct format_val *vec,
+ const struct parser_table *entry, PRED_FUNC func,
+ const char *format_const);