summaryrefslogtreecommitdiffstats
path: root/src/bltParse.h
diff options
context:
space:
mode:
authorjoye <joye>2014-02-28 17:36:23 (GMT)
committerjoye <joye>2014-02-28 17:36:23 (GMT)
commit432ce5db7295e0bccbd9cbd4ac1e2e6257eadc37 (patch)
tree793fd346d7925b4c851888674889a4569672bc38 /src/bltParse.h
parent51ac158464eb641e1cef0b14b7677f8753227a4f (diff)
downloadblt-432ce5db7295e0bccbd9cbd4ac1e2e6257eadc37.zip
blt-432ce5db7295e0bccbd9cbd4ac1e2e6257eadc37.tar.gz
blt-432ce5db7295e0bccbd9cbd4ac1e2e6257eadc37.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltParse.h')
-rw-r--r--src/bltParse.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bltParse.h b/src/bltParse.h
index fab12c1..9e2ee79 100644
--- a/src/bltParse.h
+++ b/src/bltParse.h
@@ -41,11 +41,11 @@ struct _ParseValue {
ClientData clientData;
};
-extern int Blt_ParseBraces(Tcl_Interp *interp, const char *string,
+extern int Blt_ParseBraces(Tcl_Interp* interp, const char *string,
const char **termPtr, ParseValue *pvPtr);
-extern 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);
-extern 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);
extern void Blt_ExpandParseValue(ParseValue *pvPtr, int needed);