Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=b76100c90f11f510e792b6b373aed1b4538b47c0
commit b76100c90f11f510e792b6b373aed1b4538b47c0 Author: Miklos Vajna <[email protected]> Date: Tue Dec 30 22:16:26 2008 +0100 bindings: add a new char_to_unsigned_long() cast function diff --git a/bindings/pacman.i b/bindings/pacman.i index 85f6ce2..ba2f393 100644 --- a/bindings/pacman.i +++ b/bindings/pacman.i @@ -10,6 +10,7 @@ %pointer_cast(void *, long, void_to_long); %pointer_cast(void *, char *, void_to_char); %pointer_cast(void *, unsigned long, void_to_unsigned_long); +%pointer_cast(char *, unsigned long, char_to_unsigned_long); %pointer_cast(void *, PM_LIST *, void_to_PM_LIST); %pointer_cast(void *, PM_PKG *, void_to_PM_PKG); %pointer_cast(void *, PM_GRP *, void_to_PM_GRP); _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
