Hai-May, > usr/src/cmd/cmd-crypto/cryptoadm/cryptoadm.h: > > lines 98-103, 109, 116-117, 140-141, 153, 165-166 > > Nit - No need to give the variable name for each parameter > declared in the extern function prototype. Thought to be > consistent with others in this file. > No need, but it is better, in my opinion if there are names. Much easier to look at the prototype and read how to parametrize the function. What is the advantage of not having the names?
Ferenc