diff options
Diffstat (limited to 'net/9p/protocol.h')
-rw-r--r-- | net/9p/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/9p/protocol.h b/net/9p/protocol.h index 2431c0f38d56..a0eb8ff11f22 100644 --- a/net/9p/protocol.h +++ b/net/9p/protocol.h | |||
@@ -32,3 +32,4 @@ int p9pdu_prepare(struct p9_fcall *pdu, int16_t tag, int8_t type); | |||
32 | int p9pdu_finalize(struct p9_fcall *pdu); | 32 | int p9pdu_finalize(struct p9_fcall *pdu); |
33 | void p9pdu_dump(int, struct p9_fcall *); | 33 | void p9pdu_dump(int, struct p9_fcall *); |
34 | void p9pdu_reset(struct p9_fcall *pdu); | 34 | void p9pdu_reset(struct p9_fcall *pdu); |
35 | size_t pdu_read(struct p9_fcall *pdu, void *data, size_t size); | ||