summaryrefslogtreecommitdiffstats
path: root/bindings
diff options
context:
space:
mode:
authorAaron Griffin <aaron@archlinux.org>2006-10-21 22:16:55 +0200
committerAaron Griffin <aaron@archlinux.org>2006-10-21 22:16:55 +0200
commit93311212bddb7d7e75ea91f04604ca42e85ef823 (patch)
tree9c754fe464adcb840c090db27dba01f4615393ba /bindings
parentdf0dac10e5bbace9ceeeffce19d8a16e5bc3ae21 (diff)
downloadpacman-93311212bddb7d7e75ea91f04604ca42e85ef823.tar.gz
pacman-93311212bddb7d7e75ea91f04604ca42e85ef823.tar.xz
Fixes from frugalware: few 'typos' included while patching
Also re-added Judd's dependancy fix in libalpm/deps.c
Diffstat (limited to 'bindings')
-rw-r--r--bindings/alpm.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/alpm.i b/bindings/alpm.i
index dc4d680e..49541b91 100644
--- a/bindings/alpm.i
+++ b/bindings/alpm.i
@@ -10,7 +10,7 @@
/* Create casting functions */
-%pointer_cast(char *, long *, void_to_long);
+%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(void *, PM_LIST *, void_to_PM_LIST);