mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Rename folder.
This commit is contained in:
@@ -4,8 +4,8 @@ project(libdicformat C)
|
||||
set(CMAKE_C_STANDARD 90)
|
||||
add_compile_definitions(__STDC_FORMAT_MACROS=1)
|
||||
|
||||
add_library(dicformat SHARED include/dicformat/consts.h include/dicformat/enums.h include/dic.h include/dicformat.h
|
||||
include/dicformat/decls.h include/dicformat/structs.h src/identify.c src/open.c include/dicformat/context.h
|
||||
src/close.c include/dicformat/errors.h src/read.c src/crc64.c src/cst.c src/ecc_cd.c src/helpers.c)
|
||||
add_library(dicformat SHARED include/aaruformat/consts.h include/aaruformat/enums.h include/dic.h include/dicformat.h
|
||||
include/aaruformat/decls.h include/aaruformat/structs.h src/identify.c src/open.c include/aaruformat/context.h
|
||||
src/close.c include/aaruformat/errors.h src/read.c src/crc64.c src/cst.c src/ecc_cd.c src/helpers.c)
|
||||
|
||||
include_directories(include include/dicformat)
|
||||
include_directories(include include/aaruformat)
|
||||
@@ -2,7 +2,7 @@
|
||||
// The Disc Image Chef
|
||||
// ----------------------------------------------------------------------------
|
||||
//
|
||||
// Filename : dicformat.h
|
||||
// Filename : aaruformat.h
|
||||
// Author(s) : Natalia Portillo <claunia@claunia.com>
|
||||
//
|
||||
// Component : libdicformat.
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
|
||||
//! Identifies a file as dicformat, using path
|
||||
//! Identifies a file as aaruformat, using path
|
||||
/*!
|
||||
*
|
||||
* @param filename path to the file to identify
|
||||
@@ -56,7 +56,7 @@ int identify(const char* filename)
|
||||
return ret;
|
||||
}
|
||||
|
||||
//! Identifies a file as dicformat, using an already existing stream
|
||||
//! Identifies a file as aaruformat, using an already existing stream
|
||||
/*!
|
||||
*
|
||||
* @param imageStream stream of the file to identify
|
||||
|
||||
Reference in New Issue
Block a user