]> arthur.barton.de Git - netatalk.git/blob - etc/afpd/afp_config.h
Fix build
[netatalk.git] / etc / afpd / afp_config.h
1 #ifndef AFPD_CONFIG_H
2 #define AFPD_CONFIG_H 1
3
4 #include <atalk/server_child.h>
5 #include <atalk/globals.h>
6 #include <atalk/dsi.h>
7
8 extern int configinit (AFPObj *);
9 extern void configfree (AFPObj *, DSI *);
10
11 #endif