Add open() and close() skeletons that only recognize the image as a correct one.

This commit is contained in:
2019-03-17 20:39:40 +00:00
parent 5bd7a5664c
commit 28145013c4
7 changed files with 200 additions and 1 deletions

View File

@@ -37,4 +37,9 @@ int identify(const char *filename);
int identifyStream(FILE *imageStream);
void *open(const char *filepath);
int close(void *context)
#endif //LIBDICFORMAT_DECLS_H