summaryrefslogtreecommitdiffstats
path: root/src/bltParse.h
diff options
context:
space:
mode:
authorjoye <joye>2013-09-04 18:28:15 (GMT)
committerjoye <joye>2013-09-04 18:28:15 (GMT)
commit8b45f884c04f2a015825407c50d43666e2ab0a7b (patch)
tree292b2631f5f2e3307952e19b69defb00b09404df /src/bltParse.h
parent510debfd19de0039ff310ff7d75e5b1b3cc22ac7 (diff)
downloadblt-8b45f884c04f2a015825407c50d43666e2ab0a7b.zip
blt-8b45f884c04f2a015825407c50d43666e2ab0a7b.tar.gz
blt-8b45f884c04f2a015825407c50d43666e2ab0a7b.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltParse.h')
-rw-r--r--src/bltParse.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/bltParse.h b/src/bltParse.h
index e5a21ce..bdb1ed6 100644
--- a/src/bltParse.h
+++ b/src/bltParse.h
@@ -36,15 +36,12 @@ struct _ParseValue {
ClientData clientData;
};
-BLT_EXTERN int Blt_ParseBraces(Tcl_Interp *interp, const char *string,
+int Blt_ParseBraces(Tcl_Interp *interp, const char *string,
const char **termPtr, ParseValue *pvPtr);
-
-BLT_EXTERN int Blt_ParseNestedCmd(Tcl_Interp *interp, const char *string,
+int Blt_ParseNestedCmd(Tcl_Interp *interp, const char *string,
int flags, const char **termPtr, ParseValue *pvPtr);
-
-BLT_EXTERN int Blt_ParseQuotes(Tcl_Interp *interp, const char *string,
+int Blt_ParseQuotes(Tcl_Interp *interp, const char *string,
int termChar, int flags, const char **termPtr, ParseValue * pvPtr);
-
-BLT_EXTERN void Blt_ExpandParseValue(ParseValue *pvPtr, int needed);
+void Blt_ExpandParseValue(ParseValue *pvPtr, int needed);
#endif