summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/mar/mar-extract-only.h
diff options
context:
space:
mode:
authorMystery Man <unknown@mandriva.org>2000-11-15 12:48:16 +0000
committerMystery Man <unknown@mandriva.org>2000-11-15 12:48:16 +0000
commit72e1ab41b427dfded25480399b06720d66cc8fb3 (patch)
treecbd47086b8ea16907d9737c9d3bc72044ba70044 /mdk-stage1/mar/mar-extract-only.h
parent7bc5148b2cbc9fc230b2b06ea8be8b660f6a1b88 (diff)
downloaddrakx-backup-do-not-use-before_rpm4.tar
drakx-backup-do-not-use-before_rpm4.tar.gz
drakx-backup-do-not-use-before_rpm4.tar.bz2
drakx-backup-do-not-use-before_rpm4.tar.xz
drakx-backup-do-not-use-before_rpm4.zip
This commit was manufactured by cvs2svn to create tag 'before_rpm4'.before_rpm4
Diffstat (limited to 'mdk-stage1/mar/mar-extract-only.h')
-rw-r--r--mdk-stage1/mar/mar-extract-only.h35
1 files changed, 0 insertions, 35 deletions
diff --git a/mdk-stage1/mar/mar-extract-only.h b/mdk-stage1/mar/mar-extract-only.h
deleted file mode 100644
index 5f3280a19..000000000
--- a/mdk-stage1/mar/mar-extract-only.h
+++ /dev/null
@@ -1,35 +0,0 @@
-/*
- * Guillaume Cottenceau (gc@mandrakesoft.com)
- *
- * Copyright 2000 MandrakeSoft
- *
- * This software may be freely redistributed under the terms of the GNU
- * public license.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *
- */
-
-/*
- * mar - The Mandrake Archiver
- *
- * An archiver that supports compression (through zlib).
- *
- */
-
-/*
- * Header for stage1 on-the-fly needs.
- */
-
-#ifndef MAR_EXTRACT_ONLY_H
-#define MAR_EXTRACT_ONLY_H
-
-#include "mar.h"
-
-mar_stream * open_marfile(char *filename);
-int extract_file(mar_stream *s, char *filename, char *dest_dir);
-int calc_integrity(mar_stream *s);
-
-#endif