mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
resync
This commit is contained in:
parent
49dedd5864
commit
aee9203df6
4 changed files with 7 additions and 7 deletions
|
@ -65,9 +65,9 @@ typedef enum
|
|||
|
||||
typedef enum
|
||||
{
|
||||
PSYC_STATE_NOOP = 0,
|
||||
PSYC_STATE_RESET = '=',
|
||||
PSYC_STATE_SYNC = '?',
|
||||
PSYC_STATE_NOOP = 0,
|
||||
PSYC_STATE_RESET = '=',
|
||||
PSYC_STATE_RESYNC = '?',
|
||||
} PsycStateOp;
|
||||
|
||||
/** Structure for a modifier. */
|
||||
|
|
|
@ -153,7 +153,7 @@ typedef enum {
|
|||
/// Operator, name & value contains the respective parts.
|
||||
PSYC_PARSE_ROUTING = 2,
|
||||
/// State sync operation.
|
||||
PSYC_PARSE_STATE_SYNC = 3,
|
||||
PSYC_PARSE_STATE_RESYNC = 3,
|
||||
/// State reset operation.
|
||||
PSYC_PARSE_STATE_RESET = 4,
|
||||
/// Start of an incomplete entity modifier.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue