summaryrefslogtreecommitdiff
path: root/src/htsmodules.h
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2012-05-06 14:20:29 +0000
committerXavier Roche <xroche@users.noreply.github.com>2012-05-06 14:20:29 +0000
commitfbfb68b7c76a90879e49b1ef4792503682dff9e5 (patch)
tree657425618c9cf88584ddc951846625a02863c91c /src/htsmodules.h
parent78a63125160c4df021b7be08761435b5cc0f5f2f (diff)
UTF-8 filenames handling (based on HTML page charset)
Diffstat (limited to 'src/htsmodules.h')
-rw-r--r--src/htsmodules.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/htsmodules.h b/src/htsmodules.h
index 2712b8f..e03354e 100644
--- a/src/htsmodules.h
+++ b/src/htsmodules.h
@@ -119,6 +119,7 @@ struct htsmoduleStruct {
int* ptr_;
size_t* lien_size_;
char** lien_buffer_;
+ const char *page_charset_;
/* Internal use - please don't touch */
};