comparison libpurple/connection.h @ 16672:516f14bef90e

Initial addition of padding for ui_ops and other class-like structs
author Gary Kramlich <grim@reaperworld.com>
date Sun, 29 Apr 2007 22:02:47 +0000
parents 32c366eeeb99
children dc20ffceab6b
comparison
equal deleted inserted replaced
16669:e2fc81093e88 16672:516f14bef90e
69 void (*notice)(PurpleConnection *gc, const char *text); 69 void (*notice)(PurpleConnection *gc, const char *text);
70 void (*report_disconnect)(PurpleConnection *gc, const char *text); 70 void (*report_disconnect)(PurpleConnection *gc, const char *text);
71 void (*network_connected)(); 71 void (*network_connected)();
72 void (*network_disconnected)(); 72 void (*network_disconnected)();
73 73
74 void (*_purple_reserved1)(void);
75 void (*_purple_reserved2)(void);
76 void (*_purple_reserved3)(void);
77 void (*_purple_reserved4)(void);
74 } PurpleConnectionUiOps; 78 } PurpleConnectionUiOps;
75 79
76 struct _PurpleConnection 80 struct _PurpleConnection
77 { 81 {
78 PurplePlugin *prpl; /**< The protocol plugin. */ 82 PurplePlugin *prpl; /**< The protocol plugin. */