summaryrefslogtreecommitdiff
path: root/src/charconv.h
diff options
context:
space:
mode:
authorPatrick McCarty <patrick.mccarty@linux.intel.com>2013-03-05 16:04:13 -0800
committerPatrick McCarty <patrick.mccarty@linux.intel.com>2013-03-05 16:04:13 -0800
commit1a780338e1def1df55b6cbe542a1313a40fb4c3b (patch)
treee5d686c2c0163ddf16c12c93e57cb53763a6df73 /src/charconv.h
downloaddosfstools-1a780338e1def1df55b6cbe542a1313a40fb4c3b.tar.gz
dosfstools-1a780338e1def1df55b6cbe542a1313a40fb4c3b.tar.bz2
dosfstools-1a780338e1def1df55b6cbe542a1313a40fb4c3b.zip
Imported Upstream version 3.0.16upstream/3.0.16
Diffstat (limited to 'src/charconv.h')
-rw-r--r--src/charconv.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/charconv.h b/src/charconv.h
new file mode 100644
index 0000000..3ac3e56
--- /dev/null
+++ b/src/charconv.h
@@ -0,0 +1,9 @@
+#ifndef _CHARCONV_H
+#define _CHARCONV_H
+
+#define DEFAULT_DOS_CODEPAGE 437
+
+int set_dos_codepage(int codepage);
+int dos_char_to_printable(char **p, unsigned char c);
+
+#endif