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

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

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

revision 1.3 by flashcode, Sat Jan 1 12:31:19 2005 UTC revision 1.4 by flashcode, Wed Jul 13 17:40:20 2005 UTC
# Line 23  Line 23 
23    
24  #include "../irc/irc.h"  #include "../irc/irc.h"
25    
26    #define HOTLIST_LOW       0
27    #define HOTLIST_MSG       1
28    #define HOTLIST_PRIVATE   2
29    #define HOTLIST_HIGHLIGHT 3
30    
31  typedef struct t_weechat_hotlist t_weechat_hotlist;  typedef struct t_weechat_hotlist t_weechat_hotlist;
32    
33  struct t_weechat_hotlist  struct t_weechat_hotlist
34  {  {
35      int priority;                       /* 0=crappy msg (join/part), 1=msg, */      int priority;                       /* 0=crappy msg (join/part), 1=msg, */
36                                          /* 2=nick highlight                 */                                          /* 2=pv, 3=nick highlight           */
37      t_gui_buffer *buffer;               /* associated buffer                */      t_gui_buffer *buffer;               /* associated buffer                */
38      t_weechat_hotlist *prev_hotlist;    /* link to previous hotlist         */      t_weechat_hotlist *prev_hotlist;    /* link to previous hotlist         */
39      t_weechat_hotlist *next_hotlist;    /* link to next hotlist             */      t_weechat_hotlist *next_hotlist;    /* link to next hotlist             */

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

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