Mercurial > pidgin.yaz
diff src/ui.h @ 2937:261895f72f8a
[gaim-migrate @ 2950]
I'm never committing to gaim again. Really. You've got to believe me on this.
committer: Tailor Script <tailor@pidgin.im>
| author | Adam Fritzler <mid@auk.cx> |
|---|---|
| date | Fri, 25 Jan 2002 04:49:39 +0000 |
| parents | 538c58b43eff |
| children | b68c648618a3 |
line wrap: on
line diff
--- a/src/ui.h Thu Jan 24 21:43:09 2002 +0000 +++ b/src/ui.h Fri Jan 25 04:49:39 2002 +0000 @@ -339,6 +339,7 @@ extern void raise_convo_tab(struct conversation *); extern void set_convo_title(struct conversation *); extern void show_conv(struct conversation *); +void set_convo_name(struct conversation *c, const char *nname); extern struct conversation *new_conversation(char *); extern void delete_conversation(struct conversation *); extern void surround(GtkWidget *, char *, char *);
