comparison src/multi.h @ 1002:1d8f05ea6bdf

[gaim-migrate @ 1012] i don't even remember what happened. all good things, i hope committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 18 Oct 2000 02:38:18 +0000
parents 70c685de2be5
children 38452403563b
comparison
equal deleted inserted replaced
1001:b8a819390499 1002:1d8f05ea6bdf
23 #define _GAIMMULTI_H_ 23 #define _GAIMMULTI_H_
24 24
25 #include <gtk/gtk.h> 25 #include <gtk/gtk.h>
26 #include "gaim.h" 26 #include "gaim.h"
27 #include "aim.h" 27 #include "aim.h"
28
29 #define PROTO_TOC 0
30 #define PROTO_OSCAR 1
31 28
32 /* ok. now the fun begins. first we create a connection structure */ 29 /* ok. now the fun begins. first we create a connection structure */
33 struct gaim_connection { 30 struct gaim_connection {
34 /* we need to do either oscar or TOC */ 31 /* we need to do either oscar or TOC */
35 /* we make this as an int in case if we want to add more protocols later */ 32 /* we make this as an int in case if we want to add more protocols later */