00001 #ifndef __EKG_NCURSES_CONTACTS_H 00002 #define __EKG_NCURSES_CONTACTS_H 00003 00004 extern int config_contacts_size; 00005 extern int config_contacts; 00006 extern int config_contacts_groups_all_sessions; 00007 extern int config_contacts_descr; 00008 extern int config_contacts_edge; 00009 extern int config_contacts_frame; 00010 extern int config_contacts_margin; 00011 extern int config_contacts_orderbystate; 00012 extern int config_contacts_wrap; 00013 extern char *config_contacts_order; 00014 extern char *config_contacts_groups; 00015 extern int config_contacts_metacontacts_swallow; 00016 00017 extern int contacts_group_index; 00018 00019 int ncurses_contacts_update(window_t *w, int save_pos); 00020 void ncurses_contacts_changed(const char *name); 00021 void ncurses_contacts_new(window_t *w); 00022 00023 #endif /* __EKG_NCURSES_CONTACTS_H */ 00024 00025 00026 /* 00027 * Local Variables: 00028 * mode: c 00029 * c-file-style: "k&r" 00030 * c-basic-offset: 8 00031 * indent-tabs-mode: t 00032 * End: 00033 */