~ubuntu-branches/ubuntu/hardy/irssi/hardy-updates

« back to all changes in this revision

Viewing changes to src/core/recode.h

  • Committer: Bazaar Package Importer
  • Author(s): David Pashley
  • Date: 2005-12-10 21:25:51 UTC
  • Revision ID: james.westby@ubuntu.com-20051210212551-5qwm108g7inyu2f2
Tags: upstream-0.8.10
ImportĀ upstreamĀ versionĀ 0.8.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __RECODE_H
 
2
#define __RECODE_H
 
3
 
 
4
char *recode_in (const SERVER_REC *server, const char *str, const char *target);
 
5
char *recode_out (const SERVER_REC *server, const char *str, const char *target);
 
6
gboolean is_valid_charset(const char *charset);
 
7
 
 
8
void recode_init (void);
 
9
void recode_deinit (void);
 
10
 
 
11
#endif /* __RECODE_H */