summaryrefslogtreecommitdiff
path: root/indicators.h
diff options
context:
space:
mode:
Diffstat (limited to 'indicators.h')
-rw-r--r--indicators.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/indicators.h b/indicators.h
index 6bf6111..befee60 100644
--- a/indicators.h
+++ b/indicators.h
@@ -57,19 +57,19 @@ extern void ClearIndicatorMapInfo(Display * /* dpy */ ,
extern LEDInfo *AddIndicatorMap(LEDInfo * /* oldLEDs */ ,
- LEDInfo * /* newLED */
+ const LEDInfo * /* newLED */
);
extern int SetIndicatorMapField(LEDInfo * /* led */ ,
XkbDescPtr /* xkb */ ,
const char * /* field */ ,
- ExprDef * /* arrayNdx */ ,
- ExprDef * /* value */
+ const ExprDef * /* arrayNdx */ ,
+ const ExprDef * /* value */
);
extern LEDInfo *HandleIndicatorMapDef(IndicatorMapDef * /* stmt */ ,
XkbDescPtr /* xkb */ ,
- LEDInfo * /* dflt */ ,
+ const LEDInfo * /* dflt */ ,
LEDInfo * /* oldLEDs */ ,
unsigned /* mergeMode */
);