diff options
| author | Mattias Andrée <maandree@kth.se> | 2017-07-05 00:07:13 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2017-07-05 00:07:13 +0200 |
| commit | 88752940275b41cf4b8c978f226ff7d55a5f6575 (patch) | |
| tree | 814f306ccc407699758d57c0ecdbf10497499fd9 /src/stream.h | |
| parent | Fix blind-to-image -f (diff) | |
| download | blind-88752940275b41cf4b8c978f226ff7d55a5f6575.tar.gz blind-88752940275b41cf4b8c978f226ff7d55a5f6575.tar.bz2 blind-88752940275b41cf4b8c978f226ff7d55a5f6575.tar.xz | |
Add blind-extract-alpha
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
| -rw-r--r-- | src/stream.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stream.h b/src/stream.h index d15ce8d..8733f43 100644 --- a/src/stream.h +++ b/src/stream.h @@ -88,6 +88,7 @@ void enopen_stream(int status, struct stream *stream, const char *file); int set_pixel_size(struct stream *stream); void enset_pixel_size(int status, struct stream *stream); void fprint_stream_head(FILE *fp, struct stream *stream); +int dprint_stream_head(int fd, struct stream *stream); size_t enread_stream(int status, struct stream *stream, size_t n); void eninf_check_fd(int status, int fd, const char *file); void encheck_dimensions(int status, const struct stream *stream, enum dimension dimensions, const char *prefix); |
