with wrong spelling as alias of ldns_serial_arithmetics_gmtime_r
* \return result on success or NULL on error
*/
struct tm * ldns_serial_arithmetics_gmtime_r(int32_t time, time_t now, struct tm *result);
+
+/* previously used wrong spelling */
+#define ldns_serial_arithmitics_gmtime_r ldns_serial_arithmetics_gmtime_r
/**
* Seed the random function.
#endif
}
+/* alias function because of previously used wrong spelling */
+struct tm *
+ldns_serial_arithmitics_gmtime_r(int32_t time, time_t now, struct tm *result)
+{
+ return ldns_serial_arithmetics_gmtime_r(time, now, result);
+}
+
/**
* Init the random source
* applications should call this if they need entropy data within ldns