home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / utilities / commodity / exchangev200.lha / ExChange / Install / Source / Locale_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-07-22  |  2.2 KB  |  99 lines

  1. /* Prototypes for functions defined in
  2. Locale.c
  3.  */
  4.  
  5. extern struct FC_Type const _MenuProject;
  6.  
  7. extern struct FC_Type const _MenuProjectAbout;
  8.  
  9. extern struct FC_Type const _MenuProjectIconify;
  10.  
  11. extern struct FC_Type const _MenuProjectQuit;
  12.  
  13. extern struct FC_Type const _MenuBroker;
  14.  
  15. extern struct FC_Type const _MenuBrokerActivate;
  16.  
  17. extern struct FC_Type const _MenuBrokerActivateSel;
  18.  
  19. extern struct FC_Type const _MenuBrokerDeActivate;
  20.  
  21. extern struct FC_Type const _MenuBrokerDeActivateSel;
  22.  
  23. extern struct FC_Type const _MenuBrokerActivateAll;
  24.  
  25. extern struct FC_Type const _MenuBrokerDeActivateAll;
  26.  
  27. extern struct FC_Type const _MenuBrokerRemove;
  28.  
  29. extern struct FC_Type const _MenuBrokerRemoveSel;
  30.  
  31. extern struct FC_Type const _MenuBrokerRemoveAll;
  32.  
  33. extern struct FC_Type const _MenuBrokerInterface;
  34.  
  35. extern struct FC_Type const _MenuBrokerInterfaceShow;
  36.  
  37. extern struct FC_Type const _MenuBrokerInterfaceShowSel;
  38.  
  39. extern struct FC_Type const _MenuBrokerInterfaceHide;
  40.  
  41. extern struct FC_Type const _MenuBrokerInterfaceHideSel;
  42.  
  43. extern struct FC_Type const _InfotextFormat;
  44.  
  45. extern struct FC_Type const _AppDescription;
  46.  
  47. extern struct FC_Type const _FrameInfo;
  48.  
  49. extern struct FC_Type const _GadActivate;
  50.  
  51. extern struct FC_Type const _GadDeActivate;
  52.  
  53. extern struct FC_Type const _GadActivateSel;
  54.  
  55. extern struct FC_Type const _GadDeActivateSel;
  56.  
  57. extern struct FC_Type const _GadActivateAll;
  58.  
  59. extern struct FC_Type const _GadDeActivateAll;
  60.  
  61. extern struct FC_Type const _GadRemove;
  62.  
  63. extern struct FC_Type const _GadRemoveSel;
  64.  
  65. extern struct FC_Type const _GadRemoveAll;
  66.  
  67. extern struct FC_Type const _GadShowInterface;
  68.  
  69. extern struct FC_Type const _GadHideInterface;
  70.  
  71. extern struct FC_Type const _GadShowInterfaceSel;
  72.  
  73. extern struct FC_Type const _GadHideInterfaceSel;
  74.  
  75. extern struct FC_Type const _GadIconify;
  76.  
  77. extern struct FC_Type const _GadQuit;
  78.  
  79. extern struct FC_Type const _InfoText;
  80.  
  81. extern struct FC_Type const _GroupSingle;
  82.  
  83. extern struct FC_Type const _GroupSelected;
  84.  
  85. extern struct FC_Type const _GroupAll;
  86.  
  87. extern struct FC_Type const _CommList;
  88.  
  89. extern struct FC_Type const _Active;
  90.  
  91. extern struct FC_Type const _Inactive;
  92.  
  93. void OpenExchangeCatalog(struct Locale * , STRPTR );
  94.  
  95. void CloseExchangeCatalog(void);
  96.  
  97. STRPTR GetExchangeString(APTR );
  98.  
  99.