/[weechat]/weechat/src/common/completion.h
ViewVC logotype

Diff of /weechat/src/common/completion.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by flashcode, Thu Jun 30 12:55:37 2005 UTC revision 1.6 by flashcode, Fri Oct 21 13:59:55 2005 UTC
# Line 49  struct t_completion Line 49  struct t_completion
49      char *word_found;       /* word found (to replace base word)            */      char *word_found;       /* word found (to replace base word)            */
50      int position_replace;   /* position where word has to be replaced       */      int position_replace;   /* position where word has to be replaced       */
51      int diff_size;          /* size difference (< 0 = char(s) deleted)      */      int diff_size;          /* size difference (< 0 = char(s) deleted)      */
52        int diff_length;        /* length difference (<= diff_size)             */
53  };  };
54    
55  extern void completion_init (t_completion *);  extern void completion_init (t_completion *);

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26