]> arthur.barton.de Git - netatalk.git/blob - libatalk/dsi/dsi_private.h
IPv6 support for afpd and cnid_metad
[netatalk.git] / libatalk / dsi / dsi_private.h
1 /*
2  * $Id: dsi_private.h,v 1.4 2009-11-05 14:38:08 franklahm Exp $
3  *
4  * Copyright (c) 1997 Adrian Sun (asun@zoology.washington.edu)
5  * All rights reserved. See COPYRIGHT.
6  */
7
8 #ifndef _DSI_PRIVATE_H
9 #define _DSI_PRIVATE_H 1
10
11 /* this header handles interactions between protocol-specific code and
12  * dsi initialization. only dsi_init.c and dsi_<proto>.c should
13  * include it.
14  */
15
16 #include <sys/cdefs.h>
17 #include <sys/types.h>
18 #include <netatalk/endian.h>
19
20 extern int dsi_tcp_init (DSI *, const char * /*host*/, 
21                              const char * /*address*/,
22                              const char * /*port*/,
23                              const int /*proxy*/);
24
25 #endif /* _DSI_PRIVATE_H */