comparison libpurple/dnsquery.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 44b4e8bd759b 47ad1aeae4aa
comparison
equal deleted inserted replaced
16669:e2fc81093e88 16672:516f14bef90e
55 /* After destroy is called, query_data will be feed, so this must 55 /* After destroy is called, query_data will be feed, so this must
56 * cancel any further use of it the UI would do. Unneeded if 56 * cancel any further use of it the UI would do. Unneeded if
57 * resolve_host is not implemented. 57 * resolve_host is not implemented.
58 */ 58 */
59 void (*destroy)(PurpleDnsQueryData *query_data); 59 void (*destroy)(PurpleDnsQueryData *query_data);
60
61 void (*_purple_reserved1)(void);
62 void (*_purple_reserved2)(void);
63 void (*_purple_reserved3)(void);
64 void (*_purple_reserved4)(void);
60 } PurpleDnsQueryUiOps; 65 } PurpleDnsQueryUiOps;
61 66
62 #ifdef __cplusplus 67 #ifdef __cplusplus
63 extern "C" { 68 extern "C" {
64 #endif 69 #endif