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

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

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

revision 1.4 by flashcode, Mon Jan 31 23:33:59 2005 UTC revision 1.5 by flashcode, Sat Jul 30 18:41:49 2005 UTC
# Line 30  struct t_history Line 30  struct t_history
30      t_history *prev_history;    /* link to previous text/command            */      t_history *prev_history;    /* link to previous text/command            */
31  };  };
32    
33    extern t_history *history_global;
34    extern t_history *history_global_last;
35    extern t_history *history_global_ptr;
36    
37  extern void history_add (void *, char *);  extern void history_add (void *, char *);
38  extern void history_general_free ();  extern void history_global_free ();
39  extern void history_buffer_free (void *);  extern void history_buffer_free (void *);
40    
41  #endif /* history.h */  #endif /* history.h */

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

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