| 46 * user, and host parts per https://modern.ircdocs.horse/#source. |
46 * user, and host parts per https://modern.ircdocs.horse/#source. |
| 47 * |
47 * |
| 48 * If the user or host aren't present in @source, but a return address is |
48 * If the user or host aren't present in @source, but a return address is |
| 49 * provided for them, that pointer will be set to %NULL. |
49 * provided for them, that pointer will be set to %NULL. |
| 50 * |
50 * |
| 51 * Since: 3.0.0 |
51 * Since: 3.0 |
| 52 */ |
52 */ |
| 53 PURPLE_IRCV3_AVAILABLE_IN_ALL |
53 PURPLE_IRCV3_AVAILABLE_IN_ALL |
| 54 void purple_ircv3_source_parse(const char *source, char **nick, char **user, char **host); |
54 void purple_ircv3_source_parse(const char *source, char **nick, char **user, char **host); |
| 55 |
55 |
| 56 G_END_DECLS |
56 G_END_DECLS |