diff options
author | Rafal Szczesniak <mimir@samba.org> | 2005-06-11 10:31:33 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:17:59 -0500 |
commit | c29896d0ae66f7ad19d32ded6d0333dbadcb51e2 (patch) | |
tree | 8400fb5f1c6f268d9b17c56e71e33c90ee4f5a91 /source4/include/structs.h | |
parent | a4b58b091bd3b5f4964940605318bc9d3215c5da (diff) | |
download | samba-c29896d0ae66f7ad19d32ded6d0333dbadcb51e2.tar.gz samba-c29896d0ae66f7ad19d32ded6d0333dbadcb51e2.tar.bz2 samba-c29896d0ae66f7ad19d32ded6d0333dbadcb51e2.zip |
r7490: Rename functions and prefices s/rpc_composite/libnet_rpc/
This makes more clear where the functions belong to. Also
the rule will be that lowercased function names are not
part of "official" libnet API (though it doesn't mean one
absolutely cannot use them).
rafal
(This used to be commit f6ef7b882acc6ee07422944a417a8d9013c9d8d2)
Diffstat (limited to 'source4/include/structs.h')
-rw-r--r-- | source4/include/structs.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/include/structs.h b/source4/include/structs.h index 5ec7509e76..ddc572982d 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -175,10 +175,10 @@ struct smb_composite_sesssetup; struct smb_composite_fetchfile; struct smb_composite_appendacl; struct smb_composite_fsinfo; -struct rpc_composite_userinfo; -struct rpc_composite_useradd; -struct rpc_composite_userdel; -struct rpc_composite_domain_open; +struct libnet_rpc_userinfo; +struct libnet_rpc_useradd; +struct libnet_rpc_userdel; +struct libnet_rpc_domain_open; struct nbt_name; struct nbt_name_packet; |