lib/timeutil: support const correctness for pointer parameter
timeutil_timegm() does not modify the passed structure, so it should
indicate that in the signature (even though the GNU extension does not).
Signed-off-by:
Peter A. Bigot <pab@pabigot.com>
Loading
Please sign in to comment