summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/untar/untar.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-05 23:46:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-05 23:46:36 +0000
commitacc9f0ab7d4c1f6c8be046cf900f0d019f8ebfa0 (patch)
treec0fd1385069fc014378c1036390f58accf936453 /cpukit/libmisc/untar/untar.h
parent2007-09-05 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-acc9f0ab7d4c1f6c8be046cf900f0d019f8ebfa0.tar.bz2
2007-09-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/untar/untar.c, libmisc/untar/untar.h: Clean up prototype.
Diffstat (limited to '')
-rw-r--r--cpukit/libmisc/untar/untar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libmisc/untar/untar.h b/cpukit/libmisc/untar/untar.h
index 8e3fdf55e4..2e370f5add 100644
--- a/cpukit/libmisc/untar/untar.h
+++ b/cpukit/libmisc/untar/untar.h
@@ -24,7 +24,7 @@ extern "C" {
#define UNTAR_INVALID_HEADER 3
-int Untar_FromMemory(const char *tar_buf, size_t size);
+int Untar_FromMemory(void *tar_buf, size_t size);
int Untar_FromFile(const char *tar_name);
/**************************************************************************