* Returns TCL_OK if all is well, TCL_ERROR if there is an error.
*-----------------------------------------------------------------------------
*/
* Returns TCL_OK if all is well, TCL_ERROR if there is an error.
*-----------------------------------------------------------------------------
*/
-static int
-XlateFcntlAttr (interp, attrName, fcntlAttrPtr, otherAttrPtr)
- Tcl_Interp *interp;
- char *attrName;
- int *fcntlAttrPtr;
- int *otherAttrPtr;
+static int
+XlateFcntlAttr (Tcl_Interp *interp, char *attrName, int *fcntlAttrPtr, int *otherAttrPtr)
* Returns TCL_OK if all is well, TCL_ERROR if fcntl returns an error.
*-----------------------------------------------------------------------------
*/
* Returns TCL_OK if all is well, TCL_ERROR if fcntl returns an error.
*-----------------------------------------------------------------------------
*/
* Returns TCL_OK if all is well, TCL_ERROR if there is an error.
*-----------------------------------------------------------------------------
*/
* Returns TCL_OK if all is well, TCL_ERROR if there is an error.
*-----------------------------------------------------------------------------
*/
-static int
-SetFcntlAttr (interp, filePtr, attrName, valueStr)
- Tcl_Interp *interp;
- OpenFile *filePtr;
- char *attrName;
- char *valueStr;
+static int
+SetFcntlAttr (Tcl_Interp *interp, OpenFile *filePtr, char *attrName, char *valueStr)
{
int fcntlAttr, otherAttr, current, setValue;
{
int fcntlAttr, otherAttr, current, setValue;