]> granicus.if.org Git - php/commitdiff
missing prototype
authorAnatol Belski <ab@php.net>
Thu, 5 Mar 2015 14:42:03 +0000 (15:42 +0100)
committerAnatol Belski <ab@php.net>
Sun, 8 Mar 2015 18:47:17 +0000 (19:47 +0100)
ext/fileinfo/libmagic/file.h

index b0eeb1abeb8ae270f38e43920fdafcfc9cf80084..291a8b4faf10ae495aa5395fa9e8cf623e0dd0fd 100644 (file)
@@ -430,6 +430,7 @@ protected int file_buffer(struct magic_set *, php_stream *, const char *, const
     size_t);
 protected int file_fsmagic(struct magic_set *, const char *, zend_stat_t *, php_stream *);
 protected int file_pipe2file(struct magic_set *, int, const void *, size_t);
+protected size_t file_printedlen(const struct magic_set *);
 protected int file_replace(struct magic_set *, const char *, const char *);
 protected int file_printf(struct magic_set *, const char *, ...);
 protected int file_reset(struct magic_set *);