home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2004 July / APC0407D2.iso / workshop / apache / files / ActivePerl-5.6.1.638-MSWin32-x86.msi / _1eec3765d1edc8dd9813d05a8bff9570 < prev    next >
Encoding:
Text File  |  2004-04-13  |  2.1 KB  |  66 lines

  1. #ifdef _IMGINT
  2. #ifndef ImgFixChanMatchProc
  3. VFUNC(void,ImgFixChanMatchProc,V_ImgFixChanMatchProc,_ANSI_ARGS_((Tcl_Interp **interp, Tcl_Channel *chan,
  4.     Tcl_Obj **file, Tcl_Obj **format, int **width, int **height)))
  5. #endif
  6.  
  7. #ifndef ImgFixObjMatchProc
  8. VFUNC(void,ImgFixObjMatchProc,V_ImgFixObjMatchProc,_ANSI_ARGS_((Tcl_Interp **interp, Tcl_Obj **data,
  9.     Tcl_Obj **format, int **width, int **height)))
  10. #endif
  11.  
  12. #ifndef ImgFixStringWriteProc
  13. VFUNC(void,ImgFixStringWriteProc,V_ImgFixStringWriteProc,_ANSI_ARGS_((Tcl_DString *data, Tcl_Interp **interp,
  14.     Tcl_DString **dataPtr, Tcl_Obj **format, Tk_PhotoImageBlock **blockPtr)))
  15. #endif
  16.  
  17. #ifndef ImgGetByteArrayFromObj
  18. VFUNC(char *,ImgGetByteArrayFromObj,V_ImgGetByteArrayFromObj,_ANSI_ARGS_((Tcl_Obj *objPtr,
  19.     int *lengthPtr)))
  20. #endif
  21.  
  22. #ifndef ImgGetc
  23. VFUNC(int,ImgGetc,V_ImgGetc,_ANSI_ARGS_((MFile *handle)))
  24. #endif
  25.  
  26. #ifndef ImgListObjGetElements
  27. VFUNC(int,ImgListObjGetElements,V_ImgListObjGetElements,_ANSI_ARGS_((Tcl_Interp *interp,
  28.     Tcl_Obj *objPtr, int *argc, Tcl_Obj ***objv)))
  29. #endif
  30.  
  31. #ifndef ImgObjInit
  32. VFUNC(int,ImgObjInit,V_ImgObjInit,_ANSI_ARGS_((Tcl_Interp *interp)))
  33. #endif
  34.  
  35. #ifndef ImgOpenFileChannel
  36. VFUNC(Tcl_Channel,ImgOpenFileChannel,V_ImgOpenFileChannel,_ANSI_ARGS_((Tcl_Interp *interp,
  37.     CONST char *fileName, int permissions)))
  38. #endif
  39.  
  40. #ifndef ImgPhotoPutBlock
  41. VFUNC(int,ImgPhotoPutBlock,V_ImgPhotoPutBlock,_ANSI_ARGS_((Tk_PhotoHandle handle,
  42.     Tk_PhotoImageBlock *blockPtr, int x, int y, int width, int height)))
  43. #endif
  44.  
  45. #ifndef ImgPutc
  46. VFUNC(int,ImgPutc,V_ImgPutc,_ANSI_ARGS_((int c, MFile *handle)))
  47. #endif
  48.  
  49. #ifndef ImgRead
  50. VFUNC(int,ImgRead,V_ImgRead,_ANSI_ARGS_((MFile *handle, char *dst, int count)))
  51. #endif
  52.  
  53. #ifndef ImgReadInit
  54. VFUNC(int,ImgReadInit,V_ImgReadInit,_ANSI_ARGS_((Tcl_Obj *data, int c, MFile *handle)))
  55. #endif
  56.  
  57. #ifndef ImgWrite
  58. VFUNC(int,ImgWrite,V_ImgWrite,_ANSI_ARGS_((MFile *handle, CONST char *src, int count)))
  59. #endif
  60.  
  61. #ifndef ImgWriteInit
  62. VFUNC(void,ImgWriteInit,V_ImgWriteInit,_ANSI_ARGS_((Tcl_DString *buffer, MFile *handle)))
  63. #endif
  64.  
  65. #endif /* _IMGINT */
  66.