home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993 October: Windmill on DISC / ADC Developer CD (1993-10) (''Windmill On DISC'')_iso / Dev.CD Oct 93.iso / System Software / U.S. System Software / System 7 Pro™ Beta 11 / Development Tools / Sample Code / Messaging Service Access Module / Internet PMSAM / Internet PMSAM source / ConvertAddress.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-02-12  |  105 b   |  5 lines  |  [TEXT/MPS ]

  1. #pragma once
  2. #define __GW_CONVERTADDRESS__
  3.  
  4. OSErr ConvertStringToAddr(char *name,unsigned long *netNum);
  5.