]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/parse_mtab.h
Joe Clarke's patches and some other fixes
[netatalk.git] / etc / afpd / parse_mtab.h
index 9e9e34bd8119c78770e009447b567339aa83ed7b..b410251b966387e6fdcf9686791df073ce11a3b3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: parse_mtab.h,v 1.2 2001-06-06 13:36:36 rufustfirefly Exp $
+ * $Id: parse_mtab.h,v 1.3 2001-06-19 18:04:39 rufustfirefly Exp $
  *
  * header for afpd_mtab_parse, afpd_st_cnid
  */
@@ -31,6 +31,9 @@ struct afpd_mount_table {
                                           entries may be null */
 };
 
+/* global mount table; afpd_st_cnid uses this to lookup the right entry.  */
+static struct afpd_mount_table *afpd_mount_table = NULL;
+
 extern
 unsigned int
 afpd_st_cnid __P((struct stat *st));