parse-options: export opterr, optbug
authorDmitry Ivankov <divanorama@gmail.com>
Thu, 11 Aug 2011 09:15:37 +0000 (15:15 +0600)
committerJunio C Hamano <gitster@pobox.com>
Thu, 11 Aug 2011 19:18:02 +0000 (12:18 -0700)
opterror and optbug functions are used by some of parsing routines
in parse-options.c to report errors and bugs respectively.

Export these functions to allow more custom parsing routines to use
them in a uniform way.

Signed-off-by: Dmitry Ivankov <divanorama@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found