comparison src/multi.h @ 1391:d606da211acb

[gaim-migrate @ 1401] Cancel is now Quit. Also set up the ability to right-click on edit list; but haven't implemented most of the functionality. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 07 Jan 2001 19:55:08 +0000
parents 730a1a19b4cc
children 96e93119268d
comparison
equal deleted inserted replaced
1390:a437240b9771 1391:d606da211acb
25 #include <gtk/gtk.h> 25 #include <gtk/gtk.h>
26 #include "gaim.h" 26 #include "gaim.h"
27 27
28 /* ok. now the fun begins. first we create a connection structure */ 28 /* ok. now the fun begins. first we create a connection structure */
29 struct gaim_connection { 29 struct gaim_connection {
30 int edittype;
31
30 /* we need to do either oscar or TOC */ 32 /* we need to do either oscar or TOC */
31 /* we make this as an int in case if we want to add more protocols later */ 33 /* we make this as an int in case if we want to add more protocols later */
32 int protocol; 34 int protocol;
33 struct prpl *prpl; 35 struct prpl *prpl;
34 36