From e35aa1ff486fc89c16d657a78575c6eb54d8bdc8 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 21 Feb 2015 12:13:54 -0800 Subject: Move declarations of internal ws_mempbrk routines to a separate header. Put the internal routines, which are only to be used by the implementation of the mempbrk functions, to a separate header file, so that they're not exported even in the standard header file. Change-Id: I92c39b138de3e4f9da1b102210b39d50728e2fd6 Reviewed-on: https://code.wireshark.org/review/7300 Reviewed-by: Guy Harris --- wsutil/ws_mempbrk.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'wsutil/ws_mempbrk.h') diff --git a/wsutil/ws_mempbrk.h b/wsutil/ws_mempbrk.h index 40c7e5595c..6138ec3ccd 100644 --- a/wsutil/ws_mempbrk.h +++ b/wsutil/ws_mempbrk.h @@ -44,12 +44,4 @@ WS_DLL_PUBLIC void tvb_pbrk_compile(tvb_pbrk_pattern* pattern, const gchar *need WS_DLL_PUBLIC const guint8 *tvb_pbrk_exec(const guint8* haystack, size_t haystacklen, const tvb_pbrk_pattern* pattern, guchar *found_needle); -#ifdef HAVE_SSE4_2 -void ws_mempbrk_sse42_compile(tvb_pbrk_pattern* pattern, const gchar *needles); -const char *ws_mempbrk_sse42_exec(const char* haystack, size_t haystacklen, const tvb_pbrk_pattern* pattern, guchar *found_needle); -#endif - -const guint8 *ws_mempbrk_exec(const guint8* haystack, size_t haystacklen, const tvb_pbrk_pattern* pattern, guchar *found_needle); - - #endif /* __WS_MEMPBRK_H__ */ -- cgit v1.2.3