]> arthur.barton.de Git - netatalk.git/blob - etc/papd/session.h
prototyping to allow the compiler to do some real argument checking
[netatalk.git] / etc / papd / session.h
1 #ifndef PAPD_SESSION_H
2 #define PAPD_SESSION_H 1
3
4 #include <atalk/atp.h>
5
6 int session( ATP atp, struct sockaddr_at *sat );
7
8 #endif /* PAPD_SESSION_H */