Page MenuHomePhabricator

libewf_filename.h
No OneTemporary

Size
2 KB
Referenced Files
None
Subscribers
None

libewf_filename.h

/*
* Filename functions
*
* Copyright (c) 2006-2009, Joachim Metz <forensics@hoffmannbv.nl>,
* Hoffmann Investigations. All rights reserved.
*
* Refer to AUTHORS for acknowledgements.
*
* This software is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This software is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this software. If not, see <http://www.gnu.org/licenses/>.
*/
#if !defined( _LIBEWF_FILENAME_H )
#define _LIBEWF_FILENAME_H
#include <common.h>
#include <narrow_string.h>
#include <memory.h>
#include <types.h>
#include <wide_string.h>
#include <liberror.h>
#include "libewf_system_string.h"
#if defined( __cplusplus )
extern "C" {
#endif
int libewf_filename_set_extension(
char *extension,
uint16_t segment_number,
uint16_t maximum_amount_of_segments,
uint8_t segment_file_type,
uint8_t format,
uint8_t ewf_format,
liberror_error_t **error );
#if defined( HAVE_WIDE_CHARACTER_TYPE )
int libewf_filename_set_extension_wide(
wchar_t *extension,
uint16_t segment_number,
uint16_t maximum_amount_of_segments,
uint8_t segment_file_type,
uint8_t format,
uint8_t ewf_format,
liberror_error_t **error );
#endif
int libewf_filename_create(
libewf_system_character_t **filename,
size_t *filename_size,
libewf_system_character_t *basename,
size_t basename_length,
uint16_t segment_number,
uint16_t maximum_amount_of_segments,
uint8_t segment_file_type,
uint8_t format,
uint8_t ewf_format,
liberror_error_t **error );
#if defined( __cplusplus )
}
#endif
#endif

File Metadata

Mime Type
text/x-c
Expires
Fri, Oct 31, 11:15 AM (1 d, 11 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1347940
Default Alt Text
libewf_filename.h (2 KB)

Event Timeline