summaryrefslogtreecommitdiffstats
path: root/src/bltSwitch.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/bltSwitch.h
parent51ac158464eb641e1cef0b14b7677f8753227a4f (diff)
downloadblt-432ce5db7295e0bccbd9cbd4ac1e2e6257eadc37.zip
blt-432ce5db7295e0bccbd9cbd4ac1e2e6257eadc37.tar.gz
blt-432ce5db7295e0bccbd9cbd4ac1e2e6257eadc37.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltSwitch.h')
-rw-r--r--src/bltSwitch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bltSwitch.h b/src/bltSwitch.h
index 3eb036d..f2c9c27 100644
--- a/src/bltSwitch.h
+++ b/src/bltSwitch.h
@@ -37,7 +37,7 @@
# include <stddef.h>
-typedef int (Blt_SwitchParseProc)(ClientData clientData, Tcl_Interp *interp,
+typedef int (Blt_SwitchParseProc)(ClientData clientData, Tcl_Interp* interp,
const char *switchName, Tcl_Obj *valueObjPtr, char *record, int offset,
int flags);
typedef void (Blt_SwitchFreeProc)(char *record, int offset, int flags);
@@ -121,7 +121,7 @@ typedef struct {
#define BLT_SWITCH_SPECIFIED (1<<4)
#define BLT_SWITCH_USER_BIT (1<<8)
-extern int Blt_ParseSwitches(Tcl_Interp *interp, Blt_SwitchSpec *specPtr,
+extern int Blt_ParseSwitches(Tcl_Interp* interp, Blt_SwitchSpec *specPtr,
int objc, Tcl_Obj *const *objv, void *rec, int flags);
extern void Blt_FreeSwitches(Blt_SwitchSpec *specs, void *rec, int flags);