ncpcalls: keep bindery access level wrapper on NCP14 name
Rename the bindery access level wrapper from ncp17_46_get_bindery_access_level() to ncp14_46_get_bindery_access_level(). The previous rename made the operation look like a normal NCP17 bindery wrapper, but the historic implementation used the ncp_14_46 naming. Keep that protocol reference visible while retaining the descriptive operation name. No behavior change.
This commit is contained in:
2
net.h
2
net.h
@@ -262,7 +262,7 @@ extern int ncp16_02_get_directory_entry(int dirhandle,
|
||||
uint32 *creattime,
|
||||
uint32 *owner_id);
|
||||
|
||||
extern int ncp17_46_get_bindery_access_level(uint32 *obj_id);
|
||||
extern int ncp14_46_get_bindery_access_level(uint32 *obj_id);
|
||||
extern int ncp17_02_set_debug_level(int module, int debuglevel);
|
||||
extern int ncp17_14_login_object_unencrypted(uint8 *objname, uint16 objtyp, uint8 *password);
|
||||
extern int ncp17_17_get_encryption_key(uint8 *key);
|
||||
|
||||
Reference in New Issue
Block a user