about summary refs log tree commit diff
path: root/Src/modentry.c
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2007-06-19 20:21:52 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2007-06-19 20:21:52 +0000
commit84fa9b4af176bef34d558a0120a19a9922ee5a82 (patch)
treede5f40e63fc309d203936c9f734215ce0f38803f /Src/modentry.c
parent848775fe6db52f57a553c5ff201d6dbeef6ad828 (diff)
downloadzsh-84fa9b4af176bef34d558a0120a19a9922ee5a82.tar.gz
zsh-84fa9b4af176bef34d558a0120a19a9922ee5a82.tar.xz
zsh-84fa9b4af176bef34d558a0120a19a9922ee5a82.zip
23571 + unposted; AIX compilation fixes
Diffstat (limited to 'Src/modentry.c')
-rw-r--r--Src/modentry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/modentry.c b/Src/modentry.c
index ea2ca6656..4d8217f43 100644
--- a/Src/modentry.c
+++ b/Src/modentry.c
@@ -4,7 +4,7 @@ int setup_ _((Module));
 int boot_ _((Module));
 int cleanup_ _((Module));
 int finish_ _((Module));
-int modentry _((int boot, Module m));
+int modentry _((int boot, Module m, void *ptr));
 
 /**/
 int