Mercurial > pidgin.yaz
diff src/multi.h @ 2154:cff133e0ec0c
[gaim-migrate @ 2164]
part 2 of this. first was removing mail notifications; this is moving proto_opt stuff to multi.c and just having prpls say what they want. next it's on to the buddy right-click menu.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Wed, 22 Aug 2001 22:05:56 +0000 |
parents | 0befa2d2e540 |
children | c24595d3c364 |
line wrap: on
line diff
--- a/src/multi.h Wed Aug 22 21:11:58 2001 +0000 +++ b/src/multi.h Wed Aug 22 22:05:56 2001 +0000 @@ -79,6 +79,12 @@ GtkWidget *email_label; }; +struct proto_user_opt { + char *label; + char *def; + int pos; +}; + /* now that we have our struct, we're going to need lots of them. Maybe even a list of them. */ extern GSList *connections;