diff options
author | Michael Andres <ma@suse.de> | 2008-09-19 12:08:47 +0000 |
---|---|---|
committer | Michael Andres <ma@suse.de> | 2008-09-19 12:08:47 +0000 |
commit | 9106b33256742ccf2bddbac5fd5349fd0c50549e (patch) | |
tree | 61bdfd1499dab6e1d3f732d2c615b1345a5c2baf /swig/zypp.i | |
parent | 57be0ae679c50f7a8642b2c59ab9dedfb200a2d9 (diff) | |
download | libzypp-bindings-9106b33256742ccf2bddbac5fd5349fd0c50549e.tar.gz libzypp-bindings-9106b33256742ccf2bddbac5fd5349fd0c50549e.tar.bz2 libzypp-bindings-9106b33256742ccf2bddbac5fd5349fd0c50549e.zip |
- Add KeyRing::DefautAccept
Diffstat (limited to 'swig/zypp.i')
-rw-r--r-- | swig/zypp.i | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/swig/zypp.i b/swig/zypp.i index 7eb8e3a..896119c 100644 --- a/swig/zypp.i +++ b/swig/zypp.i @@ -94,6 +94,7 @@ namespace zypp { %import <boost/weak_ptr.hpp> %import <boost/intrusive_ptr.hpp> %import <zypp/base/PtrTypes.h> +%import <zypp/base/Flags.h> %include "IdStringType.i" %include "Pathname.i" |