Skip to content
Snippets Groups Projects
Commit 807da4fe authored by rswindell's avatar rswindell
Browse files

Added optional root directory element to lib_t definition.

parent 48d72b1c
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,8 @@ typedef struct { /* Transfer Directory Info */
typedef struct { /* Transfer Library Information */
char lname[LEN_GLNAME+1], /* Short Name - used for prompts */
sname[LEN_GSNAME+1], /* Long Name - used for listings */
arstr[LEN_ARSTR+1]; /* Access Requirements */
arstr[LEN_ARSTR+1], /* Access Requirements */
root[LEN_DIR+1]; /* Root for directory paths */
uchar *ar;
ushort offline_dir; /* Offline file directory */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment