summaryrefslogtreecommitdiff
path: root/src/cxml.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-03-22 15:02:18 +0000
committerCarl Hetherington <cth@carlh.net>2019-03-22 15:02:18 +0000
commit3c371e9aead80bfed91ae208e2ce782c7bf4901b (patch)
treee8cce78b77f23919d6ba2e0c2bce21347e623416 /src/cxml.h
parent2671859965fae633dcc0700b0774b95f0a331b5f (diff)
Add another conversion.
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);