]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lib,strutils: share parse_range()
authorDavidlohr Bueso <dave@gnu.org>
Wed, 12 Oct 2011 03:18:12 +0000 (23:18 -0400)
committerKarel Zak <kzak@redhat.com>
Wed, 12 Oct 2011 08:01:26 +0000 (10:01 +0200)
commita883c6349c21a0cab209e100d936340c50e087d2
tree1833599f15263341faf0e614752d7c30b77ecd77
parentc8ea35145ededf5979e820d76b7e6f194999fcf8
lib,strutils: share parse_range()

This function is currently only being used by partx(8), but it's handy and
generic enough that we can use it elsewhere as well.

Signed-off-by: Davidlohr Bueso <dave@gnu.org>
include/strutils.h
lib/strutils.c
partx/partx.c