diff options
author | joye <joye> | 2014-03-17 14:27:11 (GMT) |
---|---|---|
committer | joye <joye> | 2014-03-17 14:27:11 (GMT) |
commit | f31ba2214ffa0b265bc5eda908b260959ebf618e (patch) | |
tree | b2f9ebcfa54fc17407237cc93debab08e2d0dab7 /src/bltInt.C | |
parent | e938f14059684e1da334dde87aec8d12b2889c03 (diff) | |
download | blt-f31ba2214ffa0b265bc5eda908b260959ebf618e.zip blt-f31ba2214ffa0b265bc5eda908b260959ebf618e.tar.gz blt-f31ba2214ffa0b265bc5eda908b260959ebf618e.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'src/bltInt.C')
-rw-r--r-- | src/bltInt.C | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/bltInt.C b/src/bltInt.C index 130b55a..f70339c 100644 --- a/src/bltInt.C +++ b/src/bltInt.C @@ -27,13 +27,14 @@ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +extern "C" { #include "bltInt.h" -extern Tcl_AppInitProc Blt_GraphCmdInitProc; -extern Tcl_AppInitProc Blt_VectorCmdInitProc; - +Tcl_AppInitProc Blt_GraphCmdInitProc; +Tcl_AppInitProc Blt_VectorCmdInitProc; Tcl_AppInitProc Tkblt_Init; Tcl_AppInitProc Tkblt_SafeInit; +}; int Tkblt_Init(Tcl_Interp* interp) { |