Commit 0f089824 authored by Alan Coopersmith's avatar Alan Coopersmith Committed by Ulrich Sibiller

XlcSL.c: convert old-style function definitions to ANSI C89 style

parent 02dad70a
......@@ -71,8 +71,7 @@ extern XIM _XDefaultOpenIM(
);
Bool
_XInitDefaultIM(lcd)
XLCd lcd;
_XInitDefaultIM(XLCd lcd)
{
if(lcd == (XLCd)NULL)
return False;
......@@ -88,8 +87,7 @@ extern XOM _XDefaultOpenOM(
);
Bool
_XInitDefaultOM(lcd)
XLCd lcd;
_XInitDefaultOM(XLCd lcd)
{
lcd->methods->open_om = _XDefaultOpenOM;
return True;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment