From 051ebe1ac22fdbf427abc4fd9ee5cc8279649b07 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Wed, 24 Nov 2004 10:00:21 +0000 Subject: Tar examining support Author: jgg Date: 2001-09-30 03:52:58 GMT Tar examining support --- python/apt_instmodule.cc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'python/apt_instmodule.cc') diff --git a/python/apt_instmodule.cc b/python/apt_instmodule.cc index 519d4730..2eea4e77 100644 --- a/python/apt_instmodule.cc +++ b/python/apt_instmodule.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: apt_instmodule.cc,v 1.1 2001/02/20 06:32:01 jgg Exp $ +// $Id: apt_instmodule.cc,v 1.2 2001/09/30 03:52:58 jgg Exp $ /* ###################################################################### apt_intmodule - Top level for the python module. Create the internal @@ -12,11 +12,12 @@ ##################################################################### */ /*}}}*/ // Include Files /*{{{*/ +#include "apt_instmodule.h" #include "generic.h" #include #include - + #include #include #include @@ -72,7 +73,9 @@ static PyMethodDef methods[] = { // Stuff {"debExtractControl",debExtractControl,METH_VARARGS,doc_debExtractControl}, - + {"tarExtract",tarExtract,METH_VARARGS,doc_tarExtract}, + {"debExtract",debExtract,METH_VARARGS,doc_debExtract}, + {} }; -- cgit v1.2.3