mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 01:26:58 +00:00
add pcre to in tree libs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3732 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
29
libs/pcre/pcre.def
Normal file
29
libs/pcre/pcre.def
Normal file
@@ -0,0 +1,29 @@
|
||||
EXPORTS
|
||||
|
||||
pcre_malloc DATA
|
||||
pcre_free DATA
|
||||
|
||||
pcre_compile
|
||||
pcre_compile2
|
||||
pcre_config
|
||||
pcre_copy_named_substring
|
||||
pcre_copy_substring
|
||||
pcre_dfa_exec
|
||||
pcre_exec
|
||||
pcre_free_substring
|
||||
pcre_free_substring_list
|
||||
pcre_fullinfo
|
||||
pcre_get_named_substring
|
||||
pcre_get_stringnumber
|
||||
pcre_get_substring
|
||||
pcre_get_substring_list
|
||||
pcre_info
|
||||
pcre_maketables
|
||||
pcre_refcount
|
||||
pcre_study
|
||||
pcre_version
|
||||
|
||||
regcomp
|
||||
regexec
|
||||
regerror
|
||||
regfree
|
Reference in New Issue
Block a user