diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-08-17 16:21:41 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-08-17 16:21:41 +0200 |
| commit | e643b71504412a6d70a10449845eecdd72529df0 (patch) | |
| tree | 54046ab87e7b06fb12a217d57aa2f308c3b5d010 /python/apt_instmodule.h | |
| parent | 6ba67f18808a904f56461f7deec41c87dcf54e86 (diff) | |
| download | python-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.h | 1 |
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; |
