changes to the reply, forward, email/news buttons (popup menu now invoked with right...
[claws.git] / libkcc / outchar.c
1 /*---------------------------------------------------------------------
2     NAME
3         outchar
4  ---------------------------------------------------------------------*/
5 void Kcc_outchar(ddd, c)
6     register int c;
7     char **ddd;
8 {
9     **ddd = c; (*ddd)++;
10 }