]> andersk Git - libfaim.git/blobdiff - utils/faimtest/commands.c
- Sat May 26 01:37:39 PDT 2001
[libfaim.git] / utils / faimtest / commands.c
index f27a3df1064376774f4522cd4b0d1e1e5af011a7..ec57c8225b88937e088c675976e3087290a5eeaa 100644 (file)
@@ -48,7 +48,7 @@ static char *stripwhite (char *string)
   return s;
 }
 
-static char *cmdgenerator(char *text, int state)
+static char *cmdgenerator(const char *text, int state)
 {
   static int list_index, len;
   char *name;
@@ -68,7 +68,7 @@ static char *cmdgenerator(char *text, int state)
   return (char *)NULL;
 }
 
-static char **cmdcomplete(char *text, int start, int end)
+static char **cmdcomplete(const char *text, int start, int end)
 {
   char **matches;
 
@@ -128,7 +128,7 @@ static int cmdexec(char *line)
   return cmd(word);
 }
 
-static void fullline(void
+static void fullline(char *x
 {
   char *stripped;
 
This page took 0.027058 seconds and 4 git commands to generate.