Show
Ignore:
Timestamp:
10/04/08 14:15:35 (3 months ago)
Author:
mwhitworth
Message:

Use new softlink code for IcFs, which uses KeFsEntrys. Add extra checks elsewhere.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/branches/keobject/include/fs/icfs.h

    r1052 r1081  
    3939int IcFsAddIntEntry(struct KeFsEntry* dir, char* name, int* value, DWORD permissions); 
    4040struct 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)); 
     41int IcFsAddSoftLink(struct KeFsEntry* dir, char* name, 
     42        int (*followLink)(struct KeFsEntry**, struct KeFsEntry*)); 
    4243 
    4344#endif