home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 15 / AACD15.ISO / AACD / Resources / System / PPCUpdates / Developer / ArgParser / ArgParser_protos.h next >
Encoding:
C/C++ Source or Header  |  1997-04-26  |  301 b   |  13 lines

  1. #ifndef MODULE_ARGPARSER_PROTOS_H
  2. #define MODULE_ARGPARSER_PROTOS_H
  3.  
  4. void*    CreateParseHandle(struct TagItem    *MyTags);
  5.  
  6. void    DeleteParseHandle(void    *MyParseHandle);
  7.  
  8. BOOL    ParseArgument(void            *MyParseHandle,
  9.                       char            *Buffer,
  10.                       struct TagItem        *MyTags);
  11.  
  12. #endif
  13.