diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-07-12 19:07:55 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-07-12 19:07:55 +0200 |
| commit | 5b489a994d009771d7f4d5beec45bbbb5468cd58 (patch) | |
| tree | 799087779e02af7648232dcf36889263329408d7 /python/apt_pkgmodule.h | |
| parent | 64513033774fb0264c601f021da5d5f6345c3dd4 (diff) | |
| download | python-apt-5b489a994d009771d7f4d5beec45bbbb5468cd58.tar.gz | |
python/hashes.cc: Introduce the Hashes class.
The Hashes class is a function which calculates all supported hashes for
one input. DebImg will use this for calculating the hashes of files.
Diffstat (limited to 'python/apt_pkgmodule.h')
| -rw-r--r-- | python/apt_pkgmodule.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/apt_pkgmodule.h b/python/apt_pkgmodule.h index 21355072..1a2f1a1a 100644 --- a/python/apt_pkgmodule.h +++ b/python/apt_pkgmodule.h @@ -116,5 +116,6 @@ extern PyTypeObject PyIndexRecords_Type; // Policy extern PyTypeObject PyPolicy_Type; +extern PyTypeObject PyHashes_Type; #endif |
