wait.h 504 B

123456789101112131415
  1. /**********************************************************************
  2. wait.h
  3. Copyright (C) 1999 Lars Brinkhoff. See the file COPYING for licensing
  4. terms and conditions.
  5. **********************************************************************/
  6. #ifndef __PTPROXY_WAIT_H
  7. #define __PTPROXY_WAIT_H
  8. extern int proxy_wait_return(struct debugger *debugger, pid_t unused);
  9. extern int real_wait_return(struct debugger *debugger);
  10. extern int parent_wait_return(struct debugger *debugger, pid_t unused);
  11. #endif