Mercurial > pidgin
diff libpurple/eventloop.h @ 16664: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 | b449dc6b8a20 |
| children | f2d8658b3a86 |
line wrap: on
line diff
--- a/libpurple/eventloop.h Sun Apr 29 19:47:08 2007 +0000 +++ b/libpurple/eventloop.h Sun Apr 29 22:02:47 2007 +0000 @@ -81,6 +81,10 @@ */ int (*input_get_error)(int fd, int *error); + void (*_purple_reserved1)(void); + void (*_purple_reserved2)(void); + void (*_purple_reserved3)(void); + void (*_purple_reserved4)(void); }; /**************************************************************************/
