aboutsummaryrefslogtreecommitdiffstats
path: root/include/gapk/procqueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gapk/procqueue.h')
-rw-r--r--include/gapk/procqueue.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/gapk/procqueue.h b/include/gapk/procqueue.h
index 18a644f..2b1f1d1 100644
--- a/include/gapk/procqueue.h
+++ b/include/gapk/procqueue.h
@@ -44,4 +44,8 @@ int pq_execute(struct pq *pq);
int pq_queue_file_input(struct pq *pq, FILE *src, unsigned int block_len);
int pq_queue_file_output(struct pq *pq, FILE *dst, unsigned int block_len);
+/* Format */
+struct format_desc;
+int pq_queue_fmt_convert(struct pq *pq, const struct format_desc *fmt, int to_from_n);
+
#endif /* __GAPK_PROCQUEUE_H__ */