add PIKA_OK

This commit is contained in:
Gabriel Wang 2022-05-23 13:53:40 +01:00 committed by lyon
parent 3ef074370a
commit a982cf98a0

View File

@ -70,7 +70,8 @@ typedef enum {
PIKA_ERR_ILLEGAL_MAGIC_CODE = -3,
PIKA_ERR_OPERATION_FAILED = -2,
PIKA_ERR_UNKNOWN = -1,
PIKA_ERR_NONE = 0,
PIKA_ERR_NONE = 0,
PIKA_ERR_OK = 0,
} PikaErr;