]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/globals.h
Add the -server_notif server flag to specify whether or not to advertise
[netatalk.git] / etc / afpd / globals.h
index e67550c72cfbbe5da624f0fef2b0a0eaf658e7b2..a60232f1a5d34091286d948ddf1a4292503c9f0e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: globals.h,v 1.8 2001-12-15 06:25:44 jmarcus Exp $
+ * $Id: globals.h,v 1.9 2002-02-06 21:58:50 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;