home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / tclMotif-1.4 / send / tclXtSend.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-06-29  |  298 b   |  21 lines

  1.  
  2. #ifndef _TCL_XT_SEND_H
  3. #define _TCL_XT_SEND_H
  4.  
  5. #include <X11/Intrinsic.h>
  6. #include <tcl.h>
  7.  
  8. #ifdef __cplusplus
  9. extern "C" {
  10. #endif
  11.  
  12. extern int
  13. TclXtSend_RegisterInterp _ANSI_ARGS_ ((Tcl_Interp *interp,
  14.             char *name, Widget toplevel));
  15.  
  16. #ifdef __cplusplus
  17. }
  18. #endif
  19.  
  20. #endif /* _TCL_XT_SEND_H */
  21.