Displaying 1 result from an estimated 1 matches for "xa_list".
Did you mean:
va_list
2003 Jun 25
3
patch draft for extended attributes on linux
...xa/proto.h 2003-06-25 08:29:48.000000000 +1000
@@ -265,4 +265,12 @@ char *timestring(time_t t);
int msleep(int t);
int cmp_modtime(time_t file1, time_t file2);
int _Insure_trap_error(int a1, int a2, int a3, int a4, int a5, int a6);
+int xalist_apply(const char *filename,
+ struct xa_list *xal);
+int xalist_load(char *fname,
+ struct file_struct *file);
+int xalist_send(int f,
+ struct xa_list *xal);
+int xalist_receive(int f,
+ struct file_struct *file);
int sys_gettimeofday(struct timeval *tv);
diff -urpdN -x .ignore -x packaging -x...