infix parsing and prebind fixes
This commit is contained in:
parent
65066c493e
commit
33f38c03d6
14 changed files with 1555 additions and 1089 deletions
|
@ -14,6 +14,8 @@ struct spho_ctx {
|
|||
int err_info;
|
||||
char errbuf[SPHO_ERR_BUF_LEN];
|
||||
|
||||
unsigned int nom_cnt;
|
||||
|
||||
#ifdef SPHO_DEBUG
|
||||
char filebuf[SPHO_ERR_FILEBUF_LEN];
|
||||
int errline;
|
||||
|
@ -22,6 +24,7 @@ struct spho_ctx {
|
|||
};
|
||||
|
||||
struct spho_ctx *spho_ctx_create(void);
|
||||
void spho_ctx_init(struct spho_ctx *);
|
||||
void spho_ctx_destroy(struct spho_ctx *);
|
||||
const char *spho_ctx_strerror(struct spho_ctx *);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue