]> arthur.barton.de Git - netatalk.git/blob - etc/afpd/afp_config.h
09cad9bb92e35ae243ca17357fd9d352cef95192
[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
7 extern AFPConfig *configinit (struct afp_options *);
8 extern void configfree (AFPConfig *, const AFPConfig *);
9
10 #endif