]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/globals.h
MFH:
[netatalk.git] / etc / afpd / globals.h
index e3be67d28b9132604570f090de6496046a9bc609..3fb45b3db174c27ce12c3ab5d381b95bd4f92b25 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: globals.h,v 1.6.2.2 2002-01-14 02:56:08 srittau Exp $
+ * $Id: globals.h,v 1.6.2.3 2002-02-08 02:54:24 jmarcus Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
@@ -40,7 +40,7 @@
 /* a couple of these options could get stuck in unions to save
  * space. */
 struct afp_options {
-    int connections, port, transports, tickleval, timeout, flags;
+    int connections, port, transports, tickleval, timeout, server_notif, flags;
     unsigned char passwdbits, passwdminlen, loginmaxfail;
     u_int32_t server_quantum;
     char hostname[MAXHOSTNAMELEN + 1], *server, *ipaddr, *configfile;