Add default_value and description files to struct pkg_option, plus accessor functions.
modified libpkg/pkg_attributes.c
@@ -382,6 +382,8 @@ pkg_option_free(struct pkg_option *option)
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -401,6 +403,22 @@ pkg_option_value(struct pkg_option const * const option)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/private/pkg.h
@@ -180,6 +180,8 @@ struct pkg_dir {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|