home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / misc / flexcat / src / flexcat_cat.h < prev    next >
C/C++ Source or Header  |  1994-12-17  |  4KB  |  97 lines

  1. /****************************************************************
  2.    This file was created automatically by `v'
  3.    from "0".
  4.  
  5.    Do NOT edit by hand!
  6. ****************************************************************/
  7.  
  8. #ifndef FlexCat_CAT_H
  9. #define FlexCat_CAT_H
  10.  
  11.  
  12. #ifndef EXEC_TYPES_H
  13. #include <exec/types.h>
  14. #endif    /*  !EXEC_TYPES_H        */
  15.  
  16.  
  17. /*  Prototypes    */
  18. extern STRPTR GetString(APTR);
  19.  
  20. /*  Definitions */
  21. extern const APTR _msgMemoryError;
  22. #define msgMemoryError ((APTR) &_msgMemoryError)
  23. extern const APTR _msgWarning;
  24. #define msgWarning ((APTR) &_msgWarning)
  25. extern const APTR _msgExpectedHex;
  26. #define msgExpectedHex ((APTR) &_msgExpectedHex)
  27. extern const APTR _msgExpectedOctal;
  28. #define msgExpectedOctal ((APTR) &_msgExpectedOctal)
  29. extern const APTR _msgNoCatalogDescription;
  30. #define msgNoCatalogDescription ((APTR) &_msgNoCatalogDescription)
  31. extern const APTR _msgNoLengthBytes;
  32. #define msgNoLengthBytes ((APTR) &_msgNoLengthBytes)
  33. extern const APTR _msgUnknownCDCommand;
  34. #define msgUnknownCDCommand ((APTR) &_msgUnknownCDCommand)
  35. extern const APTR _msgUnexpectedBlanks;
  36. #define msgUnexpectedBlanks ((APTR) &_msgUnexpectedBlanks)
  37. extern const APTR _msgNoIdentifier;
  38. #define msgNoIdentifier ((APTR) &_msgNoIdentifier)
  39. extern const APTR _msgNoLeadingBracket;
  40. #define msgNoLeadingBracket ((APTR) &_msgNoLeadingBracket)
  41. extern const APTR _msgDoubleID;
  42. #define msgDoubleID ((APTR) &_msgDoubleID)
  43. extern const APTR _msgDoubleIdentifier;
  44. #define msgDoubleIdentifier ((APTR) &_msgDoubleIdentifier)
  45. extern const APTR _msgNoMinLen;
  46. #define msgNoMinLen ((APTR) &_msgNoMinLen)
  47. extern const APTR _msgNoMaxLen;
  48. #define msgNoMaxLen ((APTR) &_msgNoMaxLen)
  49. extern const APTR _msgNoTrailingBracket;
  50. #define msgNoTrailingBracket ((APTR) &_msgNoTrailingBracket)
  51. extern const APTR _msgExtraCharacters;
  52. #define msgExtraCharacters ((APTR) &_msgExtraCharacters)
  53. extern const APTR _msgNoString;
  54. #define msgNoString ((APTR) &_msgNoString)
  55. extern const APTR _msgShortString;
  56. #define msgShortString ((APTR) &_msgShortString)
  57. extern const APTR _msgLongString;
  58. #define msgLongString ((APTR) &_msgLongString)
  59. extern const APTR _msgNoCatalogTranslation;
  60. #define msgNoCatalogTranslation ((APTR) &_msgNoCatalogTranslation)
  61. extern const APTR _msgNoCTCommand;
  62. #define msgNoCTCommand ((APTR) &_msgNoCTCommand)
  63. extern const APTR _msgUnknownCTCommand;
  64. #define msgUnknownCTCommand ((APTR) &_msgUnknownCTCommand)
  65. extern const APTR _msgNoCTVersion;
  66. #define msgNoCTVersion ((APTR) &_msgNoCTVersion)
  67. extern const APTR _msgNoCTLanguage;
  68. #define msgNoCTLanguage ((APTR) &_msgNoCTLanguage)
  69. extern const APTR _msgNoCatalog;
  70. #define msgNoCatalog ((APTR) &_msgNoCatalog)
  71. extern const APTR _msgNoNewCTFile;
  72. #define msgNoNewCTFile ((APTR) &_msgNoNewCTFile)
  73. extern const APTR _msgUnknownIdentifier;
  74. #define msgUnknownIdentifier ((APTR) &_msgUnknownIdentifier)
  75. extern const APTR _msgNoSourceDescription;
  76. #define msgNoSourceDescription ((APTR) &_msgNoSourceDescription)
  77. extern const APTR _msgNoSource;
  78. #define msgNoSource ((APTR) &_msgNoSource)
  79. extern const APTR _msgUnknownStringType;
  80. #define msgUnknownStringType ((APTR) &_msgUnknownStringType)
  81. extern const APTR _msgNoTerminateBracket;
  82. #define msgNoTerminateBracket ((APTR) &_msgNoTerminateBracket)
  83. extern const APTR _msgUsage;
  84. #define msgUsage ((APTR) &_msgUsage)
  85. extern const APTR _msgNoCTArgument;
  86. #define msgNoCTArgument ((APTR) &_msgNoCTArgument)
  87. extern const APTR _msgNoBinChars;
  88. #define msgNoBinChars ((APTR) &_msgNoBinChars)
  89. extern const APTR _msgCTGap;
  90. #define msgCTGap ((APTR) &_msgCTGap)
  91. extern const APTR _msgDoubleCTLanguage;
  92. #define msgDoubleCTLanguage ((APTR) &_msgDoubleCTLanguage)
  93. extern const APTR _msgDoubleCTVersion;
  94. #define msgDoubleCTVersion ((APTR) &_msgDoubleCTVersion)
  95.  
  96. #endif /*   !FlexCat_CAT_H  */
  97.