[BACK]Return to funmap.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mg

Diff for /src/usr.bin/mg/funmap.c between version 1.16 and 1.17

version 1.16, 2005/11/07 23:32:20 version 1.17, 2005/11/18 20:56:52
Line 278 
Line 278 
 /*  /*
  * List possible function name completions.   * List possible function name completions.
  */   */
 LIST *  struct list *
 complete_function_list(const char *fname)  complete_function_list(const char *fname)
 {  {
         struct funmap   *fn;          struct funmap   *fn;
         LIST            *head, *el;          struct list             *head, *el;
         int              len;          int              len;
   
         len = strlen(fname);          len = strlen(fname);

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17