| summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/parameters/parameters.h')
| -rw-r--r-- | src/parameters/parameters.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/parameters/parameters.h b/src/parameters/parameters.h new file mode 100644 index 0000000..7927ef7 --- /dev/null +++ b/src/parameters/parameters.h @@ -0,0 +1,18 @@ +#ifndef _ZoO_CLI_PARAMETERS_H_ +#define _ZoO_CLI_PARAMETERS_H_ + +#include "parameters_types.h" + +char * ZoO_parameters_get_session_name +( + const struct ZoO_parameters param [const restrict static 1] +); + +enum ZoO_invocation_objective ZoO_parameters_initialize +( + struct ZoO_parameters param [const restrict static 1], + int const argc, + const char * argv [const static argc] +); + +#endif |


