home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / SourceCode / Broadcast / Lib / ListenerAdditions.h < prev    next >
Encoding:
Text File  |  1992-12-21  |  109 b   |  8 lines

  1. #import <appkit/appkit.h>
  2.  
  3. @interface Listener(PublicPort)
  4.  
  5. - (int)publicCheckInAs:(const char *)name;
  6.  
  7. @end
  8.