diff options
Diffstat (limited to 'Utilities/PCRE/lib/libpcreposix.def')
-rw-r--r-- | Utilities/PCRE/lib/libpcreposix.def | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Utilities/PCRE/lib/libpcreposix.def b/Utilities/PCRE/lib/libpcreposix.def new file mode 100644 index 0000000..8dca4c8 --- /dev/null +++ b/Utilities/PCRE/lib/libpcreposix.def @@ -0,0 +1,16 @@ +EXPORTS
+ pcre_callout @1 DATA
+ pcre_compile @2
+ pcre_config @3
+ pcre_exec @4
+ pcre_free @5 DATA
+ pcre_fullinfo @6
+ pcre_info @7
+ pcre_malloc @8 DATA
+ pcre_stack_free @9 DATA
+ pcre_stack_malloc @10 DATA
+ pcre_version @11
+ regcomp @12
+ regerror @13
+ regexec @14
+ regfree @15
|