mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-02 12:16:56 -06:00
11 lines
106 B
Plaintext
11 lines
106 B
Plaintext
|
EXPORTED {
|
||
|
|
||
|
# public symbols
|
||
|
global:
|
||
|
kdb_function_table;
|
||
|
|
||
|
# everything else is local
|
||
|
local:
|
||
|
*;
|
||
|
};
|