File: afp_config.h

package info (click to toggle)
netatalk 3.1.12~ds-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 14,756 kB
  • sloc: ansic: 104,976; sh: 8,247; xml: 7,394; perl: 1,936; makefile: 1,430; python: 1,342; yacc: 309; lex: 49
file content (11 lines) | stat: -rw-r--r-- 214 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#ifndef AFPD_CONFIG_H
#define AFPD_CONFIG_H 1

#include <atalk/server_child.h>
#include <atalk/globals.h>
#include <atalk/dsi.h>

extern int configinit (AFPObj *);
extern void configfree (AFPObj *, DSI *);

#endif