diff options
author | Gluzskiy Alexandr <sss123next@gmail.com> | 2010-02-15 05:51:01 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@gmail.com> | 2010-02-15 05:51:01 +0300 |
commit | 7fd9fe181150f166a098eaf4e006f878c28cb770 (patch) | |
tree | 093af9d26a08e6bac60112a9c5f2f870ddef0fe8 /Utilities/PCRE/lib/libpcre.def | |
parent | 6f32ef233b95d78efb905c97081193a2a454590e (diff) |
sort
Diffstat (limited to 'Utilities/PCRE/lib/libpcre.def')
-rw-r--r-- | Utilities/PCRE/lib/libpcre.def | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/Utilities/PCRE/lib/libpcre.def b/Utilities/PCRE/lib/libpcre.def new file mode 100644 index 0000000..a7bdcbf --- /dev/null +++ b/Utilities/PCRE/lib/libpcre.def @@ -0,0 +1,26 @@ +EXPORTS
+ pcre_callout @1 DATA
+ pcre_compile @2
+ pcre_config @3
+ pcre_copy_named_substring @4
+ pcre_copy_substring @5
+ pcre_exec @6
+ pcre_free @7 DATA
+ pcre_free_substring @8
+ pcre_free_substring_list @9
+ pcre_fullinfo @10
+ pcre_get_named_substring @11
+ pcre_get_stringnumber @12
+ pcre_get_substring @13
+ pcre_get_substring_list @14
+ pcre_info @15
+ pcre_maketables @16
+ pcre_malloc @17 DATA
+ pcre_stack_free @18 DATA
+ pcre_stack_malloc @19 DATA
+ pcre_study @20
+ pcre_version @21
+ regcomp @22
+ regerror @23
+ regexec @24
+ regfree @25
|