| 41 * If the user or host aren't present in @source, but a return address is |
43 * If the user or host aren't present in @source, but a return address is |
| 42 * provided for them, that pointer will be set to %NULL. |
44 * provided for them, that pointer will be set to %NULL. |
| 43 * |
45 * |
| 44 * Since: 3.0.0 |
46 * Since: 3.0.0 |
| 45 */ |
47 */ |
| |
48 PURPLE_IRCV3_AVAILABLE_IN_ALL |
| 46 void purple_ircv3_source_parse(const char *source, char **nick, char **user, char **host); |
49 void purple_ircv3_source_parse(const char *source, char **nick, char **user, char **host); |
| 47 |
50 |
| 48 G_END_DECLS |
51 G_END_DECLS |
| 49 |
52 |
| 50 #endif /* PURPLE_IRCV3_SOURCE_H */ |
53 #endif /* PURPLE_IRCV3_SOURCE_H */ |