source: libabac/rt2_yy.h @ d0efdec

mei_rt2
Last change on this file since d0efdec was 54758a7, checked in by Mei <mei@…>, 11 years ago

1) missed adding 2 new files

  • Property mode set to 100644
File size: 574 bytes
Line 
1#ifndef __RT2_YY_H__
2#define __RT2_YY_H__
3/**
4** rt2_yy.h
5**/
6
7/* on error code */
8#define ABAC_RT_ROLE_INVALID           -1  /* */
9#define ABAC_RT_CERT_INVALID           -2  /* */
10#define ABAC_RT_CERT_BAD_SIG           -3  /* */
11#define ABAC_RT_CERT_MISSING_ISSUER    -4  /* */
12
13/* from rt2.y(bison), used by libabac */
14extern int yyparse();
15
16/* from rt2.l(lex), used by creddy/libabac */
17extern void abac_ll_reset_yyfptr(char *str);
18extern char* abac_ll_get_yyfptr();
19extern char *abac_ll_get_yyfptr_encoded();
20extern FILE *abac_ll_get_yyout();
21
22#endif /* __RT2_YY_H__ */
Note: See TracBrowser for help on using the repository browser.