Rename timegm to _der_timegm.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18573 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-19 04:59:48 +00:00
parent 9f99e9408a
commit 837fd8fe72

View File

@@ -54,7 +54,7 @@
#include <der.h>
#ifndef HAVE_TIMEGM
time_t timegm (struct tm *);
time_t _der_timegm (struct tm *);
#endif
size_t _heim_len_unsigned (unsigned);