Changeset c737ba7 for protocols/nogaim.h
- Timestamp:
- 2007-04-22T02:15:36Z (17 years ago)
- Branches:
- master
- Children:
- 05bcd20, e35d1a1
- Parents:
- df1fb67
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/nogaim.h
rdf1fb67 rc737ba7 164 164 (* chat_with) (struct im_connection *, char *who); 165 165 struct groupchat * 166 (* chat_join) (struct im_connection *, char * chat, char *nick, char *password);166 (* chat_join) (struct im_connection *, char *room, char *nick, char *password); 167 167 168 168 GList *(* away_states)(struct im_connection *ic);
Note: See TracChangeset
for help on using the changeset viewer.