]> arthur.barton.de Git - netatalk.git/blob - etc/papd/session.h
Big configure.in cleanup
[netatalk.git] / etc / papd / session.h
1 /*
2  * $Id: session.h,v 1.2 2001-06-25 20:13:45 rufustfirefly Exp $
3  */
4
5 #ifndef PAPD_SESSION_H
6 #define PAPD_SESSION_H 1
7
8 #include <atalk/atp.h>
9
10 int session( ATP atp, struct sockaddr_at *sat );
11
12 #endif /* PAPD_SESSION_H */