dthelp: Convert all K&R function definitions to ANSI (C90) standard
This commit is contained in:
@@ -38,9 +38,7 @@ This product and information is proprietary of Tandem Computers Incorporated.
|
||||
#include "entdef.h"
|
||||
|
||||
/* Main procedure */
|
||||
int main(argc, argv)
|
||||
int argc ;
|
||||
char **argv ;
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
int m_prevcon ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user