summaryrefslogtreecommitdiffstats
path: root/generic/tk.decls
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-12-08 11:37:38 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-12-08 11:37:38 (GMT)
commit98ca1fc00fa7d5b8ab24e8630ac36d932fa79776 (patch)
tree6f53138425a5b94bd095b38ddd7c6ed9b4794c9a /generic/tk.decls
parent35d8e5f03a8e98eec5d9655c5626937a140f00f6 (diff)
downloadtk-98ca1fc00fa7d5b8ab24e8630ac36d932fa79776.zip
tk-98ca1fc00fa7d5b8ab24e8630ac36d932fa79776.tar.gz
tk-98ca1fc00fa7d5b8ab24e8630ac36d932fa79776.tar.bz2
Add TkUnusedStubEntry to tkInt stub interface
Diffstat (limited to 'generic/tk.decls')
-rw-r--r--generic/tk.decls8
1 files changed, 8 insertions, 0 deletions
diff --git a/generic/tk.decls b/generic/tk.decls
index e891dbb..77cad19 100644
--- a/generic/tk.decls
+++ b/generic/tk.decls
@@ -1165,6 +1165,14 @@ export {
const char *Tk_PkgInitStubsCheck(Tcl_Interp *interp, const char *version,
int exact)
}
+export {
+ void Tk_MainEx(int argc, char **argv, Tcl_AppInitProc *appInitProc,
+ Tcl_Interp *interp)
+}
+export {
+ void Tk_MainExW(int argc, wchar_t **argv,
+ Tcl_AppInitProc *appInitProc, Tcl_Interp *interp);
+}
# Local Variables:
# mode: tcl