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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gapk/procqueue.h b/include/gapk/procqueue.h
index 68d6f52..b2ee0ee 100644
--- a/include/gapk/procqueue.h
+++ b/include/gapk/procqueue.h
@@ -29,7 +29,7 @@ struct pq_item {
int len_in;
int len_out;
void *state;
- int (*proc)(void *state, uint8_t *out, const uint8_t *in);
+ int (*proc)(void *state, uint8_t *out, const uint8_t *in, unsigned int in_len);
void (*exit)(void *state);
};