]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/fork.h
of_findname: remove vol and dir
[netatalk.git] / etc / afpd / fork.h
index d58389f497141d1ca129ade6f3eef667cec5562c..d1bb770fced6d15c599cd8e403b50fe72a97aa63 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: fork.h,v 1.4 2002-09-04 17:28:08 didg Exp $
+ * $Id: fork.h,v 1.5 2002-09-05 14:52:07 didg Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
@@ -59,9 +59,7 @@ extern struct ofork *of_alloc    __P((struct vol *, struct dir *,
                                                       struct stat *));
 extern void         of_dealloc   __P((struct ofork *));
 extern struct ofork *of_find     __P((const u_int16_t));
-extern struct ofork *of_findname __P((const struct vol *, const struct dir *,
-                                                      const char *,
-                                                      struct stat *));
+extern struct ofork *of_findname __P((const char *, struct stat *));
 extern int          of_rename    __P((const struct vol *,
                                           struct ofork *,
                                           struct dir *, const char *,