diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-01-29 09:41:28 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-01-29 09:41:28 +0100 |
| commit | 6715b1ef7d4aad36a400b1d8629e6fe529c4232c (patch) | |
| tree | 4d7c218da4b1b4ae78406c890e83ca0380cc8c00 /python/apt_pkgmodule.h | |
| parent | 40bf122a63ddbe0b99810c13c5676e871964de33 (diff) | |
| parent | 5cbf0b5807b4cc67818eae652b59a25d52eb9f7b (diff) | |
| download | python-apt-6715b1ef7d4aad36a400b1d8629e6fe529c4232c.tar.gz | |
* apt/cache.py:
- when setting a alternative rootdir, read the
config from it as well (LP: #243550)
* python/configuration.cc, python/apt_pkgmodule.cc:
- add apt_pkg.ReadConfigDir()
Diffstat (limited to 'python/apt_pkgmodule.h')
| -rw-r--r-- | python/apt_pkgmodule.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/apt_pkgmodule.h b/python/apt_pkgmodule.h index 38486182..e047bcd8 100644 --- a/python/apt_pkgmodule.h +++ b/python/apt_pkgmodule.h @@ -23,9 +23,11 @@ extern PyTypeObject VersionType; extern char *doc_LoadConfig; extern char *doc_LoadConfigISC; +extern char *doc_LoadConfigDir; extern char *doc_ParseCommandLine; PyObject *LoadConfig(PyObject *Self,PyObject *Args); PyObject *LoadConfigISC(PyObject *Self,PyObject *Args); +PyObject *LoadConfigDir(PyObject *Self,PyObject *Args); PyObject *ParseCommandLine(PyObject *Self,PyObject *Args); // Tag File Stuff |
