home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / X / mit / demos / xcmstest / CmdTbl.h next >
Encoding:
C/C++ Source or Header  |  1991-07-31  |  1.4 KB  |  93 lines

  1. /* $XConsortium: CmdTbl.h,v 1.6 91/05/14 15:03:18 dave Exp $ */
  2.  
  3. #ifndef TEKCMS_LT
  4. #define TEKCMS_LT
  5.  
  6. #define LIBTEST_CMDTBL    LibTstCmdTbl 
  7. #define LIBTEST_COMMENT_CHAR    '#'
  8. #define LIBTEST_PROMPT    "XCMS > "
  9.  
  10.  
  11. extern FuncTableEntry LibTstCmdTbl [];
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18. extern int
  19. Check_init();
  20. extern int
  21. Cmd_List();
  22. extern int
  23. Cmd_SetInputDir();
  24. extern int
  25. Cmd_SetVerificationDir();
  26. extern int
  27. Cmd_SetResultDir();
  28. extern int
  29. Cmd_GetInputDir();
  30. extern int
  31. Cmd_GetVerificationDir();
  32. extern int
  33. Cmd_GetResultDir();
  34. extern int
  35. Cmd_CreateColormap();
  36. extern int
  37. Cmd_FreeColormap();
  38. extern int
  39. Cmd_quit();
  40. extern int
  41. Cmd_XSynchronize();
  42. extern int
  43. Cmd_AllocColor();
  44. extern int
  45. Cmd_StoreColor();
  46. extern int
  47. Cmd_QueryColor();
  48. extern int
  49. Cmd_QueryColors();
  50. extern int
  51. Cmd_ConvertColor();
  52. extern int
  53. Cmd_ParseColor();
  54. extern int
  55. Cmd_LookupColor();
  56. extern int
  57. Cmd_AllocNamedColor();
  58. extern int
  59. Cmd_StoreNamedColor();
  60. extern int
  61. Cmd_MaxChroma();
  62. extern int
  63. Cmd_MaxValue();
  64. extern int
  65. Cmd_MaxValueSamples();
  66. extern int
  67. Cmd_MaxValueChroma();
  68. extern int
  69. Cmd_MinValue();
  70. extern int
  71. Cmd_AdjustValue();
  72. extern int
  73. Cmd_ReduceChroma();
  74. extern int
  75. Cmd_ShortestValueChroma();
  76. extern int
  77. Cmd_PrefixOfId();
  78. extern int
  79. Cmd_FormatOfPrefix();
  80. extern int
  81. Cmd_AddDIColorSpace();
  82. extern int
  83. Cmd_XAllocNamedColor();
  84. extern int
  85. Cmd_XLookupColor();
  86. extern int
  87. Cmd_XParseColor();
  88. extern int
  89. Cmd_XStoreNamedColor();
  90. extern int
  91. Cmd_StoreColors();
  92. #endif
  93.