mirror of
https://github.com/sheumann/AFPBridge.git
synced 2024-11-01 01:05:06 +00:00
3b2f1b6a25
It is now possible to have AFP volumes mounted over both AppleTalk and TCP/IP simultaneously.
13 lines
180 B
C
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
|