Changeset 201 for branches/samba-3.2.x/source/include/proto.h
- Timestamp:
- May 20, 2009, 3:42:09 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/include/proto.h
r141 r201 663 663 bool is_case_sensitive); 664 664 int gen_fnmatch(const char *pattern, const char *string); 665 666 /* The following definitions come from lib/os2ea.c */ 667 668 int os2_ftruncate(int fd, off_t size); 669 int os2_isattribute(char *path, unsigned short attr); 670 void os2_randget(char * buffer, int length); 671 void maperrno(int rc); 672 ssize_t unigetxattr (const char *path, int file, const char *name, void *value, size_t size); 673 ssize_t unilistxattr (const char *path, int file, char *list, size_t size); 674 int uniremovexattr (const char *path, int file, const char *name); 675 int unisetxattr (const char *path, int file, const char *name, const void *value, size_t size, int flags); 665 676 666 677 /* The following definitions come from lib/pam_errors.c */
Note:
See TracChangeset
for help on using the changeset viewer.