diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-20 18:54:20 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-20 18:54:20 +0000 |
commit | 44bb5af7ccef417a1d088527fc02af5f0e8d3dc5 (patch) | |
tree | 6a28892a1253b4f199a4f55c64b1a65fbdd38386 /ctok_token.h | |
parent | fa150f43db5f9673a5b9dfb0727767eca60e4453 (diff) | |
download | rsyslog-44bb5af7ccef417a1d088527fc02af5f0e8d3dc5.tar.gz rsyslog-44bb5af7ccef417a1d088527fc02af5f0e8d3dc5.tar.xz rsyslog-44bb5af7ccef417a1d088527fc02af5f0e8d3dc5.zip |
begun expr compile process, first steps done
Diffstat (limited to 'ctok_token.h')
-rw-r--r-- | ctok_token.h | 1 |
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 */ |