AFPBridge/installcmds.h
Stephen Heumann 3b2f1b6a25 Pass through calls we don’t handle to the original AppleTalk stack.
It is now possible to have AFP volumes mounted over both AppleTalk and TCP/IP simultaneously.
2017-04-09 20:57:09 -05:00

13 lines
180 B
C

#ifndef INSTALLCMDS_H
#define INSTALLCMDS_H
#include <AppleTalk.h>
#define MAX_CMD rpmFlushSessionCommand
extern LongWord oldCmds[MAX_CMD + 1];
void installCmds(void);
#endif