summaryrefslogtreecommitdiffstats
path: root/src/bltParse.h
diff options
context:
space:
mode:
authorjoye <joye>2013-09-04 19:24:42 (GMT)
committerjoye <joye>2013-09-04 19:24:42 (GMT)
commit4b38ca7df5b658d6b24afb68cf1d506055636e95 (patch)
treeb2188bb0c022e94d04ec57c1f0be5eda85749dfb /src/bltParse.h
parentb0a1f1368fd9300b4208a343a524b0ab9723d315 (diff)
downloadblt-4b38ca7df5b658d6b24afb68cf1d506055636e95.zip
blt-4b38ca7df5b658d6b24afb68cf1d506055636e95.tar.gz
blt-4b38ca7df5b658d6b24afb68cf1d506055636e95.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltParse.h')
-rw-r--r--src/bltParse.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/bltParse.h b/src/bltParse.h
index bdb1ed6..c56f3d6 100644
--- a/src/bltParse.h
+++ b/src/bltParse.h
@@ -36,12 +36,12 @@ struct _ParseValue {
ClientData clientData;
};
-int Blt_ParseBraces(Tcl_Interp *interp, const char *string,
+extern int Blt_ParseBraces(Tcl_Interp *interp, const char *string,
const char **termPtr, ParseValue *pvPtr);
-int Blt_ParseNestedCmd(Tcl_Interp *interp, const char *string,
+extern int Blt_ParseNestedCmd(Tcl_Interp *interp, const char *string,
int flags, const char **termPtr, ParseValue *pvPtr);
-int Blt_ParseQuotes(Tcl_Interp *interp, const char *string,
+extern int Blt_ParseQuotes(Tcl_Interp *interp, const char *string,
int termChar, int flags, const char **termPtr, ParseValue * pvPtr);
-void Blt_ExpandParseValue(ParseValue *pvPtr, int needed);
+extern void Blt_ExpandParseValue(ParseValue *pvPtr, int needed);
#endif