summaryrefslogtreecommitdiffstats
path: root/ctok_token.h
diff options
context:
space:
mode:
Diffstat (limited to 'ctok_token.h')
-rw-r--r--ctok_token.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ctok_token.h b/ctok_token.h
index 66be42b6..b7d3cf19 100644
--- a/ctok_token.h
+++ b/ctok_token.h
@@ -73,6 +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);
PROTOTYPEObjClassInit(ctok_token);
#endif /* #ifndef INCLUDED_CTOK_TOKEN_H */