Moved the obsolete function PR_SetStdioRedirect from probslet.h
back to prproces.h because we don't want to break source compatibility in this release. git-svn-id: svn://10.0.0.236/trunk@10458 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
#define PROBSLET_H
|
||||
|
||||
#include "prio.h"
|
||||
#include "prproces.h"
|
||||
|
||||
PR_BEGIN_EXTERN_C
|
||||
|
||||
@@ -219,12 +218,6 @@ PR_EXTERN(PRStatus) PR_GetHostName(char *name, PRUint32 namelen);
|
||||
*/
|
||||
PR_EXTERN(const char *) PR_GetErrorString(void);
|
||||
|
||||
PR_EXTERN(void) PR_SetStdioRedirect(
|
||||
PRProcessAttr *attr,
|
||||
PRSpecialFD stdioFd,
|
||||
PRFileDesc *redirectFd
|
||||
);
|
||||
|
||||
PR_END_EXTERN_C
|
||||
|
||||
#endif /* defined(PROBSLET_H) */
|
||||
|
||||
@@ -43,6 +43,15 @@ PR_EXTERN(void) PR_ProcessAttrSetStdioRedirect(
|
||||
PRFileDesc *redirectFd
|
||||
);
|
||||
|
||||
/*
|
||||
* OBSOLETE -- use PR_ProcessAttrSetStdioRedirect instead.
|
||||
*/
|
||||
PR_EXTERN(void) PR_SetStdioRedirect(
|
||||
PRProcessAttr *attr,
|
||||
PRSpecialFD stdioFd,
|
||||
PRFileDesc *redirectFd
|
||||
);
|
||||
|
||||
PR_EXTERN(PRStatus) PR_ProcessAttrSetCurrentDirectory(
|
||||
PRProcessAttr *attr,
|
||||
const char *dir
|
||||
|
||||
Reference in New Issue
Block a user