aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils/lexparser.h
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2009-02-18 09:45:54 +0000
committerMartin Willi <martin@strongswan.org>2009-02-18 09:45:54 +0000
commit2d887e8e08bbf16ba295c16c89b1183fd56594ea (patch)
tree9d5f99d461754fd3d5fe8834aee416a4d0190769 /src/libstrongswan/utils/lexparser.h
parent6ce32d8719ad3b0678c350938e2c6fd5a998948b (diff)
downloadstrongswan-2d887e8e08bbf16ba295c16c89b1183fd56594ea.tar.bz2
strongswan-2d887e8e08bbf16ba295c16c89b1183fd56594ea.tar.xz
removed unused extract_last_token() and the required memrchr implementation
Diffstat (limited to 'src/libstrongswan/utils/lexparser.h')
-rw-r--r--src/libstrongswan/utils/lexparser.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libstrongswan/utils/lexparser.h b/src/libstrongswan/utils/lexparser.h
index 46a715b21..41b1c1765 100644
--- a/src/libstrongswan/utils/lexparser.h
+++ b/src/libstrongswan/utils/lexparser.h
@@ -47,11 +47,6 @@ bool extract_token(chunk_t *token, const char termination, chunk_t *src);
bool extract_token_str(chunk_t *token, const char *termination, chunk_t *src);
/**
- * Extracts a token ending with the last occurrence of a given termination symbol
- */
-bool extract_last_token(chunk_t *token, const char termination, chunk_t *src);
-
-/**
* Fetches a new text line terminated by \n or \r\n
*/
bool fetchline(chunk_t *src, chunk_t *line);