summaryrefslogtreecommitdiff
path: root/python/apt_instmodule.h
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-08-17 16:21:41 +0200
committerJulian Andres Klode <jak@debian.org>2009-08-17 16:21:41 +0200
commite643b71504412a6d70a10449845eecdd72529df0 (patch)
tree54046ab87e7b06fb12a217d57aa2f308c3b5d010 /python/apt_instmodule.h
parent6ba67f18808a904f56461f7deec41c87dcf54e86 (diff)
downloadpython-apt-e643b71504412a6d70a10449845eecdd72529df0.tar.gz
python/arfile.cc: Introduce DebFile.
This is the final commit which Closes: #536096, as everything doable with the functions can now be done using the classes.
Diffstat (limited to 'python/apt_instmodule.h')
-rw-r--r--python/apt_instmodule.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/apt_instmodule.h b/python/apt_instmodule.h
index 94ada0f8..9f978e44 100644
--- a/python/apt_instmodule.h
+++ b/python/apt_instmodule.h
@@ -22,6 +22,7 @@ extern char *doc_tarExtract;
extern PyTypeObject PyArMember_Type;
extern PyTypeObject PyArArchive_Type;
+extern PyTypeObject PyDebFile_Type;
extern PyTypeObject PyTarFile_Type;
extern PyTypeObject PyTarMember_Type;