mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
15 lines
323 B
Text
15 lines
323 B
Text
/*
|
|
*/
|
|
|
|
/*
|
|
* libregex uses a different version name because its symbols are not strictly
|
|
* compatible with those provided by libc. Re-using the version name from libc
|
|
* could cause linking headaches and make debugging more difficult than it needs
|
|
* to be.
|
|
*/
|
|
LIBREGEX_1.0 {
|
|
regcomp;
|
|
regerror;
|
|
regexec;
|
|
regfree;
|
|
};
|