comparison src/multi.h @ 2170:c24595d3c364

[gaim-migrate @ 2180] buddy_menu committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 27 Aug 2001 07:11:50 +0000
parents cff133e0ec0c
children 8f1ca76e46f5
comparison
equal deleted inserted replaced
2169:b7807144bf44 2170:c24595d3c364
83 char *label; 83 char *label;
84 char *def; 84 char *def;
85 int pos; 85 int pos;
86 }; 86 };
87 87
88 struct proto_buddy_menu {
89 char *label;
90 void (*callback)(struct gaim_connection *, char *);
91 struct gaim_connection *gc;
92 };
93
88 /* now that we have our struct, we're going to need lots of them. Maybe even a list of them. */ 94 /* now that we have our struct, we're going to need lots of them. Maybe even a list of them. */
89 extern GSList *connections; 95 extern GSList *connections;
90 96
91 struct aim_user *new_user(const char *, int, int); 97 struct aim_user *new_user(const char *, int, int);
92 struct gaim_connection *new_gaim_conn(struct aim_user *); 98 struct gaim_connection *new_gaim_conn(struct aim_user *);