$darkmode
netatalk  4.5.1
Free and Open Source Apple Filing Protocol (AFP) Server
session.h
Go to the documentation of this file.
1#ifndef PAPD_SESSION_H
2#define PAPD_SESSION_H 1
3
4#include <atalk/atp.h>
5
6int session(ATP atp, struct sockaddr_at *sat);
7
8#endif /* PAPD_SESSION_H */
ATP packet format.
struct sockaddr_at * sat
int session(ATP atp, struct sockaddr_at *sat)
Definition: session.c:49
Definition: atp.h:103
Definition: at.h:88