]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/afp_config.h
BIG commit to improve code style using astyle as well as fix up CNID DB
[netatalk.git] / etc / afpd / afp_config.h
index 20e629a7b25d0db780c1ba9bf4e76623074fa3c2..26586545c6055d9ae4244904998fcda2c0d1a625 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: afp_config.h,v 1.2 2001-06-20 18:33:04 rufustfirefly Exp $
+ * $Id: afp_config.h,v 1.2.2.1 2001-12-03 05:01:03 jmarcus Exp $
  */
 
 #ifndef AFPD_CONFIG_H
 #include "globals.h"
 
 typedef struct AFPConfig {
-  AFPObj obj;
-  int fd, statuslen;
-  unsigned char *optcount;
-  char status[ATP_MAXDATA];
-  const void *defoptions, *signature;
-  int (*server_start) __P((struct AFPConfig *, struct AFPConfig *,
-                          server_child *));
-  void (*server_cleanup) __P((const struct AFPConfig *));
-  struct AFPConfig *next;
+    AFPObj obj;
+    int fd, statuslen;
+    unsigned char *optcount;
+    char status[ATP_MAXDATA];
+    const void *defoptions, *signature;
+    int (*server_start) __P((struct AFPConfig *, struct AFPConfig *,
+                             server_child *));
+    void (*server_cleanup) __P((const struct AFPConfig *));
+    struct AFPConfig *next;
 } AFPConfig;
 
 extern AFPConfig *configinit __P((struct afp_options *));