ca76526b11
if it exists.
13 lines
304 B
Plaintext
13 lines
304 B
Plaintext
--- etc/afpd/fork.h.orig Mon Sep 27 17:43:10 1999
|
|
+++ etc/afpd/fork.h Mon Sep 27 17:45:04 1999
|
|
@@ -22,5 +22,9 @@
|
|
#define AFPFORK_DATA (1<<2)
|
|
|
|
struct ofork *of_alloc();
|
|
+void of_dealloc();
|
|
struct ofork *of_find();
|
|
struct ofork *of_findfile();
|
|
+void of_init();
|
|
+void pforkdesc();
|
|
+int of_flush();
|