diff options
Diffstat (limited to 'src/file_tar.h')
-rw-r--r-- | src/file_tar.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/file_tar.h b/src/file_tar.h new file mode 100644 index 00000000..6938e54d --- /dev/null +++ b/src/file_tar.h @@ -0,0 +1,24 @@ +/* + + File: file_tar.h + + Copyright (C) 1998-2005,2007 Christophe GRENIER <[email protected]> + + This software is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program 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 General Public License along + with this program; if not, write the Free Software Foundation, Inc., 51 + Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + + */ + +int header_check_tar(const unsigned char *buffer, const unsigned int buffer_size, const unsigned int safe_header_only, const file_recovery_t *file_recovery, file_recovery_t *file_recovery_new); + |