export declared types from getopt.erl

This patch exports the externally useful declared types so clients
may make use of them in thier codebase.
This commit is contained in:
Eric Merritt 2011-01-12 18:11:22 -06:00
parent 1dd5a75277
commit 0fda71a930

View File

@ -13,6 +13,13 @@
-export([parse/2, usage/2, usage/3, usage/4]).
-export_type([arg_type/0,
arg_value/0,
arg_spec/0,
simple_option/0,
compound_option/0,
option/0,
option_spec/0]).
-define(TAB_LENGTH, 8).
%% Indentation of the help messages in number of tabs.