summaryrefslogtreecommitdiff
path: root/charsetalias.h
blob: 059d8853a115418449ddf018e7f153290b603fe9 (plain)
1
2
3
4
5
6
7
#ifndef CHARSETALIAS_H
#define CHARSETALIAS_H

const char*
get_canonical_charset(const char *charset);

#endif