summaryrefslogtreecommitdiffstats
path: root/ctok_token.h
diff options
context:
space:
mode:
Diffstat (limited to 'ctok_token.h')
-rw-r--r--ctok_token.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ctok_token.h b/ctok_token.h
index b7d3cf19..a93cfe49 100644
--- a/ctok_token.h
+++ b/ctok_token.h
@@ -61,7 +61,7 @@ typedef struct {
ctok_CMP_STARTSWITH = 106,
ctok_CMP_GTEQ = 107, /* end compare operations */
} tok;
- rsCStrObj *pstrVal;
+ cstr_t *pstrVal;
int64 intVal;
} ctok_token_t;
@@ -73,7 +73,7 @@ typedef struct {
rsRetVal ctok_tokenConstruct(ctok_token_t **ppThis);
rsRetVal ctok_tokenConstructFinalize(ctok_token_t __attribute__((unused)) *pThis);
rsRetVal ctok_tokenDestruct(ctok_token_t **ppThis);
-rsRetVal ctok_tokenUnlinkCStr(ctok_token_t *pThis, rsCStrObj **ppCStr);
+rsRetVal ctok_tokenUnlinkCStr(ctok_token_t *pThis, cstr_t **ppCStr);
PROTOTYPEObjClassInit(ctok_token);
#endif /* #ifndef INCLUDED_CTOK_TOKEN_H */