UFO: Alien Invasion
Loading...
Searching...
No Matches
filelink_t Struct Reference

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

#include <filesys.h>

Collaboration diagram for filelink_t:
Collaboration graph

Data Fields

struct filelink_s * next
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

◆ from

char* filelink_t::from

Definition at line 83 of file filesys.h.

◆ fromlength

int filelink_t::fromlength

Definition at line 84 of file filesys.h.

◆ next

struct filelink_s* filelink_t::next

Definition at line 82 of file filesys.h.

◆ to

char* filelink_t::to

Definition at line 85 of file filesys.h.


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