--- completion.c.orig	2003-09-01 21:57:07.000000000 -0500
+++ completion.c	2014-08-12 02:40:07.000000000 -0500
@@ -53,7 +53,7 @@
     so that if zssh_completion() fails nothing is completed */
    rl_completion_entry_function = fake_generator;
    /* Tell the completer that we want a crack first. */
-   rl_attempted_completion_function = (CPPFunction *) zssh_completion;
+   rl_attempted_completion_function = (rl_completion_func_t *) zssh_completion;
    
 }
 
