File: exports.solaris

package info (click to toggle)
libnss-ldap 265-5
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 2,616 kB
  • ctags: 2,820
  • sloc: ansic: 16,912; sh: 3,357; perl: 284; makefile: 104
file content (30 lines) | stat: -rw-r--r-- 755 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#ident $Id: exports.solaris,v 2.6 2006/01/12 10:19:20 lukeh Exp $
nss_ldap.so.1 {
	global:
		# Published NSS service module interfaces
		_nss_ldap_bootparams_constr;
		_nss_ldap_ethers_constr;
		_nss_ldap_group_constr;
		_nss_ldap_hosts_constr;
		_nss_ldap_networks_constr;
		_nss_ldap_protocols_constr;
		_nss_ldap_passwd_constr;
		_nss_ldap_rpc_constr;
		_nss_ldap_services_constr;
		_nss_ldap_shadow_constr;
		_nss_ldap_netgroup_constr;
		# libsldap library interfaces
		__ns_ldap_getMappedAttributes;
		__ns_ldap_getMappedObjectClass;
		__ns_ldap_getParam;
		__ns_ldap_freeError;
		__ns_ldap_freeEntry;
		__ns_ldap_freeResult;
		__ns_ldap_list;
		__ns_ldap_err2str;
		__ns_ldap_firstEntry;
		__ns_ldap_nextEntry;
		__ns_ldap_endEntry;
	local:
		*;
};