Subversion Repositories SvarDOS

Rev

Rev 221 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 221 Rev 227
Line 5... Line 5...
5
 
5
 
6
#ifndef FDNPKG_H_SENTINEL
6
#ifndef FDNPKG_H_SENTINEL
7
#define FDNPKG_H_SENTINEL
7
#define FDNPKG_H_SENTINEL
8
 
8
 
9
/* flags used by FDNPKG */
9
/* flags used by FDNPKG */
10
#define PKGINST_NOSOURCE  1
-
 
11
#define PKGINST_SKIPLINKS 2
10
#define PKGINST_SKIPLINKS 1
12
#define PKGINST_UPDATE    4
11
#define PKGINST_UPDATE    2
13
 
12
 
14
struct flist_t {
13
struct flist_t {
15
  struct flist_t *next;
14
  struct flist_t *next;
16
  char fname[2]; /* this must be the last item in the structure, it will be expanded to fit the filename */
15
  char fname[2]; /* this must be the last item in the structure, it will be expanded to fit the filename */
17
};
16
};