Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef __TCPIP_H__
00011 #define __TCPIP_H__
00012
00013 #include "pdf.h"
00014 #include <tcl.h>
00015
00016
00017
00018 PLDLLIMPEXP_TCLTK int
00019 pl_PacketSend PLARGS( ( Tcl_Interp * interp, PLiodev * iodev,
00020 PDFstrm * pdfs ) );
00021
00022
00023
00024 PLDLLIMPEXP_TCLTK int
00025 pl_PacketReceive PLARGS( ( Tcl_Interp * interp, PLiodev * iodev,
00026 PDFstrm * pdfs ) );
00027
00028 #endif // __TCPIP_H__