]> arthur.barton.de Git - netatalk.git/blob - libatalk/dsi/dsi_private.h
Rework volume parsing code to ini style and rework main, config init and dsi startup
[netatalk.git] / libatalk / dsi / dsi_private.h
1 /*
2  * Copyright (c) 1997 Adrian Sun (asun@zoology.washington.edu)
3  * All rights reserved. See COPYRIGHT.
4  */
5
6 #ifndef _DSI_PRIVATE_H
7 #define _DSI_PRIVATE_H 1
8
9 /* this header handles interactions between protocol-specific code and
10  * dsi initialization. only dsi_init.c and dsi_<proto>.c should
11  * include it.
12  */
13
14 #include <sys/types.h>
15 #include <arpa/inet.h>
16
17 extern int dsi_tcp_init (DSI *, const char * /*host*/, 
18                              const char * /*address*/,
19                              const char * /*port*/,
20                              const int /*proxy*/);
21
22 #endif /* _DSI_PRIVATE_H */