ncpapi: rename c32ncp files to NCP API names
Finish the c32ncp.c/c32ncp.h to ncpapi.c/ncpapi.h rename. Update the build files, include directives, dependency tracking, header guard, README references and file-level comments to use the new ncpapi naming. This matches the current split where ncpapi contains the ncpXX_YY_* protocol API wrappers and ncpcall contains the lower-level requester/transport helpers. No behavior change.
This commit is contained in:
4
remove.c
4
remove.c
@@ -19,11 +19,11 @@
|
||||
|
||||
/*
|
||||
* Purpose: REMOVE utility for removing trustee rights from NetWare directories and files.
|
||||
* Depends on: net.h, c32ncp.h, trustee.h/trustee.c trustee helpers, netcall.c requester helpers, tools.c shared utility routines.
|
||||
* Depends on: net.h, ncpapi.h, trustee.h/trustee.c trustee helpers, netcall.c requester helpers, tools.c shared utility routines.
|
||||
*/
|
||||
|
||||
#include "net.h"
|
||||
#include "c32ncp.h"
|
||||
#include "ncpapi.h"
|
||||
#include "trustee.h"
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
Reference in New Issue
Block a user