dthelp: Convert all K&R function definitions to ANSI (C90) standard
This commit is contained in:
@@ -38,8 +38,7 @@ This product and information is proprietary of Tandem Computers Incorporated.
|
||||
#include "sref.h"
|
||||
|
||||
/* Reads a name */
|
||||
LOGICAL getname(first)
|
||||
int first;
|
||||
LOGICAL getname(int first)
|
||||
{
|
||||
M_WCHAR *p;
|
||||
int c;
|
||||
|
||||
Reference in New Issue
Block a user