source: libabac/options.h @ 342e28f

abac0-leakabac0-meicompt_changesgec13mei-idmei-rt0-nmei_rt0mei_rt2mei_rt2_fix_1meiyap-rt1meiyap1rt2tvf-new-xml
Last change on this file since 342e28f was 06d7b3a, checked in by Mike Ryan <mikeryan@…>, 14 years ago

forgot to add these d'oh

  • Property mode set to 100644
File size: 299 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} options_t;
13
14void get_options(int argc, char **argv, options_t *opts);
15
16#ifdef __cplusplus
17}
18#endif
19
20#endif /* __OPTIONS_H__ */
Note: See TracBrowser for help on using the repository browser.