source: libabac/options.h @ 888df49

mei_rt2mei_rt2_fix_1
Last change on this file since 888df49 was 2efdff5, checked in by Mei <mei@…>, 12 years ago

1) fix the missing check for 'This' rt2.y when called from creddy/prover

combo

2) patch up the stringify of abac_term that is of time type.
3) update the testing to reflect the changes to baseline output

  • Property mode set to 100644
File size: 370 bytes
Line 
1#ifndef __OPTIONS_H__
2#define __OPTIONS_H__
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8typedef struct _options_t {
9    char *keystore;
10    char *role;
11    char *principal;
12    char *filename;
13    char *oset;
14    char *object;
15    int  dbdump;
16} options_t;
17
18void get_options(int argc, char **argv, options_t *opts);
19
20#ifdef __cplusplus
21}
22#endif
23
24#endif /* __OPTIONS_H__ */
Note: See TracBrowser for help on using the repository browser.