lib/util: Move next_token* functions to util_str.c
authorMartin Schwenke <martin@meltin.net>
Fri, 19 Sep 2014 03:30:26 +0000 (13:30 +1000)
committerVolker Lendecke <vl@samba.org>
Fri, 19 Sep 2014 16:11:11 +0000 (18:11 +0200)
commitf3d50e5ff5382868f8e39ab9af07f43bfefd8303
tree71eeb52410247d26791ebd591375e755a805a27a
parent1bf36f177b09980badeddf2ece64b1f29cda7416
lib/util: Move next_token* functions to util_str.c

This is part of an attempt to untangle charset from util.c.

Most of this was moved from util_str.c in commit
55903e6f9120f1ec58a8554813229975c3028a09.  next_token() was moved from
charset to util.c in commit 4be643d4ce33d5ce2bf9deacc3f6d0fde90cf626
so that it would be alongside next_token_talloc().

Now that util_str.c is in shared lib/util it is no longer necessary to
have these in util.c.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Volker Lendecke <vl@samba.org>
lib/util/util.c
lib/util/util_str.c