summaryrefslogtreecommitdiff
path: root/nis/libnsl.map
blob: 9d0efd05677fe38d8d01264dad27d8fefad6826f (plain)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
GLIBC_2.0 {
  global:

    # Many programs expect this, but every user program should
    # have it's own version, since the interface is different on
    # various platforms.
    xdr_domainname;       xdr_keydat;          xdr_mapname;
    xdr_peername;         xdr_valdat;          xdr_yp_buf;
    xdr_ypbind_binding;   xdr_ypbind_resp;     xdr_ypbind_resptype;
    xdr_ypbind_setdom;    xdr_ypdelete_args;   xdr_ypmap_parms;
    xdr_ypmaplist;        xdr_yppush_status;   xdr_yppushresp_xfr;
    xdr_ypreq_key;        xdr_ypreq_nokey;     xdr_ypreq_xfr;
    xdr_ypresp_all;       xdr_ypresp_key_val;  xdr_ypresp_maplist;
    xdr_ypresp_master;    xdr_ypresp_order;    xdr_ypresp_val;
    xdr_ypresp_xfr;       xdr_ypstat;          xdr_ypupdate_args;
    xdr_ypxfrstat;

    __yp_check;
    yp_all;               yp_bind;             yp_first;
    yp_get_default_domain; yp_maplist;         yp_master;
    yp_match;             yp_next;             yp_order;
    yp_unbind;            yp_update;           ypbinderr_string;
    yperr_string;         ypprot_err;

  local:
    *;
};

GLIBC_2.1 {
  global:

    nis_add;              nis_add_entry;       nis_addmember;
    nis_checkpoint;       nis_clone_directory; nis_clone_object;
    nis_clone_result;     nis_creategroup;     nis_destroy_object;
    nis_destroygroup;     nis_dir_cmp;         nis_domain_of;
    nis_domain_of_r;      nis_first_entry;     nis_free_directory;
    nis_free_object;      nis_free_request;    nis_freenames;
    nis_freeresult;       nis_freeservlist;    nis_freetags;
    nis_getnames;         nis_getservlist;     nis_ismember;
    nis_leaf_of;          nis_leaf_of_r;       nis_lerror;
    nis_list;             nis_local_directory; nis_local_group;
    nis_local_host;       nis_local_principal; nis_lookup;
    nis_mkdir;            nis_modify;          nis_modify_entry;
    nis_name_of;          nis_name_of_r;       nis_next_entry;
    nis_perror;           nis_ping;            nis_print_directory;
    nis_print_entry;      nis_print_group;     nis_print_group_entry;
    nis_print_link;       nis_print_object;    nis_print_result;
    nis_print_rights;     nis_print_table;     nis_read_obj;
    nis_remove;           nis_remove_entry;    nis_removemember;
    nis_rmdir;            nis_servstate;       nis_sperrno;
    nis_sperror;          nis_sperror_r;       nis_stats;
    nis_verifygroup;      nis_write_obj;

    xdr_cback_data;       xdr_obj_p;

    # This functions are needed by the NIS+ tools and rpc.nisd,
    # they should never be used in a normal user program !
    __do_niscall2;        __free_fdresult;     __nis_default_access;
    __nis_default_group;  __nis_default_owner; __nis_default_ttl;
    __nis_finddirectory;  __nis_hash;
    readColdStartFile;    writeColdStartFile;
} GLIBC_2.0;