home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / MacPerl 5.1.3 / Mac_Perl_513_src / MacPerl5 / MPPseudoFile.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-10-20  |  392 b   |  19 lines  |  [TEXT/MPS ]

  1. /*********************************************************************
  2. Project    :    MacPerl                -    Standalone Perl
  3. File        :    MPPseudoSockets    -    Pseudo sockets for GUSI
  4. Author    :    Matthias Neeracher
  5. Language    :    MPW C/C++
  6.  
  7. $Log: MPConsole.h,v $
  8. *********************************************************************/
  9.  
  10. #ifdef __cplusplus
  11. extern "C" {
  12. #endif
  13.  
  14. void InitPseudo();
  15.  
  16. #ifdef __cplusplus
  17. }
  18. #endif
  19.