OSDN Git Service

parted: strlist print functions can now send output to any FILE *
authorRichard W.M. Jones <rjones@redhat.com>
Wed, 12 Oct 2011 21:16:34 +0000 (22:16 +0100)
committerJim Meyering <meyering@redhat.com>
Fri, 14 Oct 2011 16:32:44 +0000 (18:32 +0200)
commitfae153a5d7c1c029ab600ac60d47e2d3c86b6976
tree7e01cbca999c04fc7f99f491baaac49cee8aa68e
parent959d4c2875216d26b2d113cc7119dd8623493e34
parted: strlist print functions can now send output to any FILE *

This changes the two strlist print functions so that instead of just
sending output to stdout, they can send it to any FILE *.  Now the
caller can send errors to stderr instead of stdout.
parted/command.c
parted/strlist.c
parted/strlist.h
parted/ui.c