dtwm: Change to ANSI function definitions
This commit is contained in:
@@ -984,9 +984,7 @@ Boolean ExtendRList (RList *prl, unsigned int amt)
|
||||
* --------
|
||||
*
|
||||
*************************************<->***********************************/
|
||||
RList *AllocateRList (amt)
|
||||
|
||||
unsigned int amt;
|
||||
RList *AllocateRList (unsigned int amt)
|
||||
{
|
||||
RList *prl;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user