X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/518b5d2ffbaf7422195537a5512e791be4497591..5d8f5f875eaf8b32dee93acec5664b4fc9c93ff7:/include/wx/unix/execute.h?ds=sidebyside diff --git a/include/wx/unix/execute.h b/include/wx/unix/execute.h index 77a821e42b..ef2869a512 100644 --- a/include/wx/unix/execute.h +++ b/include/wx/unix/execute.h @@ -28,5 +28,7 @@ extern void wxHandleProcessTermination(wxEndProcessData *proc_data); // this function is called to associate the port-specific callback with the // child process. The return valus is port-specific. extern int wxAddProcessCallback(wxEndProcessData *proc_data, int fd); +// For ports (e.g. DARWIN) which can add callbacks based on the pid +extern int wxAddProcessCallbackForPid(wxEndProcessData *proc_data, int pid); #endif // _WX_UNIX_EXECUTE_H