22#ifndef _SCCONF_INTERNAL_H
23#define _SCCONF_INTERNAL_H
29#define TOKEN_TYPE_COMMENT 0
30#define TOKEN_TYPE_NEWLINE 1
31#define TOKEN_TYPE_STRING 2
32#define TOKEN_TYPE_PUNCT 3
54 const char *config_string);
struct _scconf_parser scconf_parser
int scconf_lex_parse_string(scconf_parser *parser, const char *config_string)
int scconf_lex_parse(scconf_parser *parser, const char *filename)
void scconf_parse_token(scconf_parser *parser, int token_type, const char *token)
struct _scconf_list scconf_list
struct _scconf_block scconf_block
struct _scconf_item scconf_item
scconf_item * current_item