The unified diff between revisions [b3f30c54..] and [13704fef..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'include/parsing.h'

#
#
# patch "include/parsing.h"
#  from [495ba5383d508f77387155181abc7c82548238d8]
#    to [6e44cb37e371bc52fb831a5cbc9ec6ba8a1889e1]
#
============================================================
--- include/parsing.h	495ba5383d508f77387155181abc7c82548238d8
+++ include/parsing.h	6e44cb37e371bc52fb831a5cbc9ec6ba8a1889e1
@@ -26,6 +26,8 @@ BOTAN_DLL u32bit to_u32bit(const std::st
 BOTAN_DLL std::string to_string(u64bit, u32bit = 0);
 BOTAN_DLL u32bit to_u32bit(const std::string&);

+BOTAN_DLL u32bit timespec_to_u32bit(const std::string& timespec);
+
 /*************************************************
 * String/Network Address Conversions             *
 *************************************************/