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:
parent
9772948e31
commit
55e39453f5
@ -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];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user