commit | 1f275b7c4caebf8ca5c002458f0f1b7994548a97 | [log] [tgz] |
---|---|---|
author | Dmitry Ivankov <divanorama@gmail.com> | Thu Aug 11 15:15:37 2011 +0600 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Aug 11 12:18:02 2011 -0700 |
tree | 8aff642fb1457e433f58afc3d89695a9dcfe18c4 | |
parent | 1421fd9df4f1e3ed232bd1c683c6e264a464a41e [diff] |
parse-options: export opterr, optbug 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>