mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Add identification.
This commit is contained in:
@@ -35,5 +35,7 @@
|
||||
|
||||
#include "dicformat/consts.h"
|
||||
#include "dicformat/enums.h"
|
||||
#include "dicformat/decls.h"
|
||||
#include "dicformat/structs.h"
|
||||
|
||||
#endif //LIBDICFORMAT_DICFORMAT_H
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user