mirror of
https://github.com/sheumann/AFPBridge.git
synced 2025-10-31 11:26:45 -07:00
Patch NBPLookupName to map IP address or domain name to AppleTalk-style address.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user