diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-08-07 17:47:25 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-08-07 17:47:25 +0200 |
| commit | e526904d0440e720cbeebf895faf884717f3fbb3 (patch) | |
| tree | 8438ba618219fd3525627225d5634a091524d6a7 /python/apt_instmodule.h | |
| parent | 68120a33ecb68da02cfb8124244be79ff5a2fad8 (diff) | |
| download | python-apt-e526904d0440e720cbeebf895faf884717f3fbb3.tar.gz | |
python/arfile.cc: Introduce apt_inst.ArArchive and apt_inst.ArMember.
This is part one of wishlist Bug#536096, introducing classes in
apt_inst.
Diffstat (limited to 'python/apt_instmodule.h')
| -rw-r--r-- | python/apt_instmodule.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/apt_instmodule.h b/python/apt_instmodule.h index 45ba5f85..e06e344d 100644 --- a/python/apt_instmodule.h +++ b/python/apt_instmodule.h @@ -17,4 +17,8 @@ extern char *doc_debExtract; PyObject *tarExtract(PyObject *Self,PyObject *Args); extern char *doc_tarExtract; + +extern PyTypeObject PyArMember_Type; +extern PyTypeObject PyArArchive_Type; + #endif |
