summaryrefslogtreecommitdiffstats
path: root/src/sss_client/autofs/sss_autofs.exports
blob: f9ce8f5b2c9e16eb509a895eab36f224ed7d8f26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
EXPORTED {

    # public functions
    global:
                _sss_setautomntent;
                _sss_getautomntent_r;
                _sss_getautomntbyname_r;
                _sss_endautomntent;

    # everything else is local
    local:
        *;
};