1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-23 02:38:22 +00:00

Remove dependency on "externs.h"

Add necessary forward declaration for savestr()

	modified:   src/dlpi.c
This commit is contained in:
Nick Briggs 2020-07-14 14:23:08 -07:00
parent 9772948e31
commit 55e39453f5

View File

@ -82,7 +82,6 @@ static char *RCSid =
#include <stdio.h>
#include "nfswatch.h"
#include "externs.h"
static void dlbindreq();
static void dlinforeq();
@ -94,6 +93,7 @@ static int dlinfoack();
static int dlbindack();
static int expecting();
static int strgetmsg();
static char *savestr();
static char *pname;
extern unsigned char ether_host[6];