|
From: <ai...@us...> - 2009-05-02 22:09:41
|
Revision: 9885
http://plplot.svn.sourceforge.net/plplot/?rev=9885&view=rev
Author: airwin
Date: 2009-05-02 22:09:40 +0000 (Sat, 02 May 2009)
Log Message:
-----------
Fix visibility issues for tk-xwin-plat device driver.
Modified Paths:
--------------
trunk/bindings/tcl/pltcl.h
trunk/bindings/tk/plserver.h
trunk/bindings/tk/tcpip.h
Modified: trunk/bindings/tcl/pltcl.h
===================================================================
--- trunk/bindings/tcl/pltcl.h 2009-05-02 21:39:30 UTC (rev 9884)
+++ trunk/bindings/tcl/pltcl.h 2009-05-02 22:09:40 UTC (rev 9885)
@@ -22,23 +22,23 @@
/* tclMain.c */
/* Main program for a Tcl-based shell that reads Tcl commands from stdin. */
-int PLDLLIMPEXP_TCLTK
+PLDLLIMPEXP_TCLTK int
pltclMain(int argc, const char **argv, char *RcFileName,
int (*AppInit)(Tcl_Interp *interp));
/* tclAPI.c */
/* Front-end to PLplot/Tcl API for use from Tcl commands (e.g. plframe). */
-int
+PLDLLIMPEXP_TCLTK int
plTclCmd(char *cmdlist, Tcl_Interp *interp,
int argc, const char **argv);
/* Initialization routine for PLplot-extended tclsh's (like pltcl). */
-int PLDLLIMPEXP_TCLTK
+PLDLLIMPEXP_TCLTK int
Pltcl_Init( Tcl_Interp *interp );
-int
+PLDLLIMPEXP_TCLTK int
PlbasicInit( Tcl_Interp *interp );
/* tkshell.c */
Modified: trunk/bindings/tk/plserver.h
===================================================================
--- trunk/bindings/tk/plserver.h 2009-05-02 21:39:30 UTC (rev 9884)
+++ trunk/bindings/tk/plserver.h 2009-05-02 22:09:40 UTC (rev 9885)
@@ -43,12 +43,12 @@
/* plr.c */
/* Set default state parameters before anyone else has a chance to. */
-void
+PLDLLIMPEXP_TCLTK void
plr_start(PLRDev *plr);
/* Read & process commands until "nbyte_max" bytes have been read. */
-int
+PLDLLIMPEXP_TCLTK int
plr_process(PLRDev *plr);
#endif /* __PLSERVER_H__ */
Modified: trunk/bindings/tk/tcpip.h
===================================================================
--- trunk/bindings/tk/tcpip.h 2009-05-02 21:39:30 UTC (rev 9884)
+++ trunk/bindings/tk/tcpip.h 2009-05-02 22:09:40 UTC (rev 9885)
@@ -21,7 +21,7 @@
/* Modified version of the "Tdp_PacketReceive" command. */
-int
+PLDLLIMPEXP_TCLTK int
pl_PacketReceive PLARGS((Tcl_Interp *interp, PLiodev *iodev,
PDFstrm *pdfs));
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|