dthelp: fix implicit-function-declaration warnings (the rest)

... at least with regard to the non-generated code.
This commit is contained in:
Jon Trulson
2021-11-16 18:28:16 -07:00
parent 4f16e12ed8
commit cf7e51ccb5
7 changed files with 16 additions and 3 deletions

View File

@@ -31,6 +31,8 @@
#include <stdlib.h>
#endif
void m_mberr1(char *text, const char *arg);
/* Interpret options from command line and specified files */
#define OPTLEN 512 /* If OPTLEN changes, change fscanf call below */

View File

@@ -47,6 +47,8 @@ This product and information is proprietary of Tandem Computers Incorporated.
#include "entity2.h"
#include "sref.h"
void m_mberr1(char *text, const char *arg);
/* Actually read a character from an input stream */
int m_actgetc(void)
{