[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.11 and 1.12

version 1.11, 2005/04/03 02:09:28 version 1.12, 2005/04/28 07:23:56
Line 289 
Line 289 
  * List possible function name completions.   * List possible function name completions.
  */   */
 LIST *  LIST *
 complete_function_list(const char *fname, int c)  complete_function_list(const char *fname)
 {  {
         struct funmap   *fn;          struct funmap   *fn;
         LIST            *head, *el;          LIST            *head, *el;

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12