cbf_read_binary.h

Go to the documentation of this file.
00001 
00002 #ifndef CBF_READ_BINARY_H
00003 #define CBF_READ_BINARY_H
00004 
00005 #ifdef __cplusplus
00006 
00007 extern "C" {
00008 
00009 #endif
00010 
00011 #include "cbf_file.h"
00012 
00013 
00014   /* Parse a binary header looking for the size and id */
00015      
00016 int cbf_parse_binaryheader (cbf_file *file, size_t *size, 
00017                                               long *id,
00018                                       unsigned int *compression,
00019                                                int mime);
00020 
00021 
00022 #ifdef __cplusplus
00023 
00024 }
00025 
00026 #endif
00027 
00028 #endif /* CBF_READ_MIME_H */