diff options
Diffstat (limited to 'pom.h')
-rw-r--r-- | pom.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -106,6 +106,8 @@ typedef struct pom_item { /// It must fill out the buffer as much as possible, /// and return the number of bytes read. /// A return value less than `len` indicates the end of the file was reached. +/// `read_func` will not be called excessively/with lots of tiny reads—it's +/// okay to do unbuffered reads in it. /// /// `filename` is only used for errors. POM__MUST_USE_L |