Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 72534
Collapse All | Expand All

(-)xchat-2.4.1/src/fe-text/fe-text.c.bak (+10 lines)
Lines 815-817 Link Here
815
void fe_confirm (const char *message, void (*yesproc)(void *), void (*noproc)(void *), void *ud)
815
void fe_confirm (const char *message, void (*yesproc)(void *), void (*noproc)(void *), void *ud)
816
{
816
{
817
}
817
}
818
void fe_set_inputbox_contents (session *sess, char *text)
819
{
820
}
821
void fe_set_inputbox_cursor (session *sess, int delta, int pos)
822
{
823
}
824
char *fe_get_inputbox_contents (session *sess) {
825
return "";
826
}
827

Return to bug 72534