| 18 * You should have received a copy of the GNU General Public License |
18 * You should have received a copy of the GNU General Public License |
| 19 * along with this program; if not, write to the Free Software |
19 * along with this program; if not, write to the Free Software |
| 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
| 21 */ |
21 */ |
| 22 |
22 |
| 23 |
23 #ifndef PURPLE_GG_BLIST_H |
| 24 #ifndef _PURPLE_GG_BLIST_H |
24 #define PURPLE_GG_BLIST_H |
| 25 #define _PURPLE_GG_BLIST_H |
|
| 26 |
25 |
| 27 #include "connection.h" |
26 #include "connection.h" |
| 28 |
27 |
| 29 void |
28 void |
| 30 ggp_buddylist_send(PurpleConnection *gc); |
29 ggp_buddylist_send(PurpleConnection *gc); |
| 58 * @return Name of the buddy, or UIN converted to string, if there is no such |
57 * @return Name of the buddy, or UIN converted to string, if there is no such |
| 59 * user on the list. |
58 * user on the list. |
| 60 */ |
59 */ |
| 61 const char * ggp_buddylist_get_buddy_name(PurpleConnection *gc, const uin_t uin); |
60 const char * ggp_buddylist_get_buddy_name(PurpleConnection *gc, const uin_t uin); |
| 62 |
61 |
| 63 #endif /* _PURPLE_GG_BLIST_H */ |
62 #endif /* PURPLE_GG_BLIST_H */ |
| 64 |
|
| 65 |
63 |
| 66 /* vim: set ts=8 sts=0 sw=8 noet: */ |
64 /* vim: set ts=8 sts=0 sw=8 noet: */ |