/[weechat]/weechat/src/completion.c
ViewVC logotype

Diff of /weechat/src/completion.c

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

revision 1.1 by flashcode, Sat Sep 27 10:04:29 2003 UTC revision 1.2 by flashcode, Sun Oct 12 14:13:48 2003 UTC
# Line 44  completion_init (t_completion *completio Line 44  completion_init (t_completion *completio
44  }  }
45    
46  /*  /*
47     * completion_free: free completion
48     */
49    
50    void
51    completion_free (t_completion *completion)
52    {
53        if (completion->base_word)
54            free (completion->base_word);
55    }
56    
57    /*
58   * completion_command: complete a command   * completion_command: complete a command
59   */   */
60    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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