From c29896d0ae66f7ad19d32ded6d0333dbadcb51e2 Mon Sep 17 00:00:00 2001 From: Rafal Szczesniak Date: Sat, 11 Jun 2005 10:31:33 +0000 Subject: 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) --- source4/include/structs.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source4/include/structs.h') 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; -- cgit