summaryrefslogtreecommitdiff
path: root/src/cxml.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cxml.h')
-rw-r--r--src/cxml.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cxml.h b/src/cxml.h
index a2d5b88..20a948a 100644
--- a/src/cxml.h
+++ b/src/cxml.h
@@ -83,6 +83,10 @@ int
raw_convert (std::string v);
template <>
+unsigned int
+raw_convert (std::string v);
+
+template <>
long int
raw_convert (std::string v);