ca76526b11
if it exists.
17 lines
450 B
Plaintext
17 lines
450 B
Plaintext
--- etc/afpd/file.h.orig Sat Feb 17 07:57:52 1996
|
|
+++ etc/afpd/file.h Thu Oct 14 19:27:14 1999
|
|
@@ -34,6 +34,7 @@
|
|
#define FILPBIT_FNUM 8
|
|
#define FILPBIT_DFLEN 9
|
|
#define FILPBIT_RFLEN 10
|
|
+#define FILPBIT_PDINFO 13 /* ProDOS Info */
|
|
|
|
#define ATTRBIT_SETCLR (1<<15)
|
|
#define FILEIOFF_CREATE 0
|
|
@@ -50,3 +51,5 @@
|
|
|
|
extern struct extmap *extmap;
|
|
struct extmap *getextmap();
|
|
+int getfilparams(), setfileparams();
|
|
+int renamefile(), deletefile();
|