Skip to content

Commit

Permalink
Update ini.h
Browse files Browse the repository at this point in the history
  • Loading branch information
huoyingyangjie authored Apr 15, 2020
1 parent 3841cc4 commit cf36e30
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/ini/ini.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ typedef void * ini_t;
enum ini_error_t {
INI_ERR_REDUNDANT_KEY = 1,
INI_ERR_SECTION_NAME_EMPTY = 2,
INI_ERR_ILLEGAL_CHARACTER = 3,
INI_ERR_TOO_FEW_CHARACTERS = 4,
INI_ERR_ILLEGAL_BEGINNING_OF_LINE = 5,
INI_ERR_NO_SPLIT_CHARACTER = 6,
};

int ini_errno_type();
Expand Down

0 comments on commit cf36e30

Please sign in to comment.