OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [libmisc/] [untar/] [untar.h] - Blame information for rev 778

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
/*
2
 *  Written by: Jake Janovetz <janovetz@tempest.ece.uiuc.edu>
3
 *
4
 *  The license and distribution terms for this file may be
5
 *  found in the file LICENSE in this distribution or at
6
 *  http:'/www.OARcorp.com/rtems/license.html.
7
 *
8
 *  $Id: untar.h,v 1.2 2001-09-27 12:01:46 chris Exp $
9
 */
10
 
11
#ifndef __UNTAR_H__
12
#define __UNTAR_H__
13
 
14
 
15
#define UNTAR_SUCCESSFUL         0
16
#define UNTAR_FAIL               1
17
#define UNTAR_INVALID_CHECKSUM   2
18
#define UNTAR_INVALID_HEADER     3
19
 
20
 
21
int Untar_FromMemory(unsigned char *tar_buf, unsigned long size);
22
int Untar_FromFile(char *tar_name);
23
 
24
 
25
#endif  /* __UNTAR_H__ */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.