diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-05-16 16:33:21 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-05-16 16:33:21 +0200 |
commit | 6d36bb20f860c069631bc50dce7e332c80a54730 (patch) | |
tree | 3c93f2c8fe52626c61083812c728435252e59608 /src/tc-link.c | |
parent | 246015cb71b7f0a599d1870185d73f2326adb911 (diff) | |
parent | a1bdcfa3ca8af4ddb69ee57d716aa943cf3fe94a (diff) |
Update upstream source from tag 'upstream/3.25'
Update to upstream version '3.25'
with Debian dir ee1976ad65a32f96556b498dbf1b74cdefdfeda5
Diffstat (limited to 'src/tc-link.c')
-rw-r--r-- | src/tc-link.c | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/tc-link.c b/src/tc-link.c index e508ca9..f20bfd7 100644 --- a/src/tc-link.c +++ b/src/tc-link.c @@ -95,8 +95,8 @@ static void *funcs[] = { HX_getl, HX_memmem, HX_split, - HX_split4, - HX_split5, + HX_split_fixed, + HX_split_inplace, HX_stpltrim, HX_strbchr, HX_strchr2, @@ -117,12 +117,6 @@ static void *funcs[] = { HX_strsep2, HX_strquote, HX_strupper, -#ifdef HAVE_STRUCT_TIMEVAL_TV_USEC - HX_diff_timeval, -#endif -#ifdef HAVE_STRUCT_TIMESPEC_TV_NSEC - HX_diff_timespec, -#endif HX_time_compare, #ifdef HAVE_STRUCT_TIMESPEC_TV_NSEC HX_timespec_add, |