UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
filelink_s Struct Reference

Links one file onto another - like a symlink. More...

#include <filesys.h>

Data Fields

struct filelink_snext
 
char * from
 
int fromlength
 
char * to
 

Detailed Description

Links one file onto another - like a symlink.

Definition at line 81 of file filesys.h.

Field Documentation

char* filelink_s::from

Definition at line 83 of file filesys.h.

int filelink_s::fromlength

Definition at line 84 of file filesys.h.

struct filelink_s* filelink_s::next

Definition at line 82 of file filesys.h.

Referenced by FS_OpenFile().

char* filelink_s::to

Definition at line 85 of file filesys.h.


The documentation for this struct was generated from the following file: