mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02:00
Added <tag>/<target> support for recode.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3692 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
5f81451df6
commit
7be7dd374c
13 changed files with 64 additions and 45 deletions
|
|
@ -1,8 +1,8 @@
|
|||
#ifndef __RECODE_H
|
||||
#define __RECODE_H
|
||||
|
||||
char *recode_in (const char *str, const char *target);
|
||||
char *recode_out (const char *str, const char *target);
|
||||
char *recode_in (const SERVER_REC *server, const char *str, const char *target);
|
||||
char *recode_out (const SERVER_REC *server, const char *str, const char *target);
|
||||
gboolean is_valid_charset(const char *charset);
|
||||
|
||||
void recode_init (void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue