Patch NBPLookupName to map IP address or domain name to AppleTalk-style address.

This commit is contained in:
Stephen Heumann
2017-04-08 23:40:41 -05:00
parent f0dee6d55c
commit 7dd2be9ae2
7 changed files with 174 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
#define ATIPMAPPING_H
#include <types.h>
#include <appletalk.h>
typedef struct ATIPMapping {
/* AppleTalk address/socket */
@@ -16,4 +17,6 @@ typedef struct ATIPMapping {
extern struct ATIPMapping atipMapping;
void DoLookupName(NBPLookupNameRec *commandRec);
#endif