summaryrefslogtreecommitdiff
blob: 7927ef79fe729a0fdb1eb0a7fb1496bc7a2b654b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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