Changeset 1081 for Whitix/branches/keobject/include/fs/icfs.h
- Timestamp:
- 10/04/08 14:15:35 (3 months ago)
- Files:
-
- 1 modified
-
Whitix/branches/keobject/include/fs/icfs.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/branches/keobject/include/fs/icfs.h
r1052 r1081 39 39 int IcFsAddIntEntry(struct KeFsEntry* dir, char* name, int* value, DWORD permissions); 40 40 struct IcFsEntry* IcFsAddStrEntry(struct KeFsEntry* dir, char* name, char* str, DWORD permissions); 41 int IcFsAddSoftLink(struct KeFsEntry* dir, char* name, int (*followLink)(char* buffer, int size)); 41 int IcFsAddSoftLink(struct KeFsEntry* dir, char* name, 42 int (*followLink)(struct KeFsEntry**, struct KeFsEntry*)); 42 43 43 44 #endif