Add identification.

This commit is contained in:
2019-03-17 19:07:57 +00:00
parent 451efc487a
commit 5bd7a5664c
4 changed files with 90 additions and 1 deletions

View File

@@ -35,5 +35,7 @@
#include "dicformat/consts.h"
#include "dicformat/enums.h"
#include "dicformat/decls.h"
#include "dicformat/structs.h"
#endif //LIBDICFORMAT_DICFORMAT_H

View File

@@ -33,4 +33,8 @@
#ifndef LIBDICFORMAT_DECLS_H
#define LIBDICFORMAT_DECLS_H
int identify(const char *filename);
int identifyStream(FILE *imageStream);
#endif //LIBDICFORMAT_DECLS_H