cwfs: remove Auth structure
This commit is contained in:
parent
ec338af87b
commit
edca9072a5
2 changed files with 0 additions and 4 deletions
|
@ -42,7 +42,6 @@ enum {
|
||||||
NTLOCK = 200, /* number of active file Tlocks */
|
NTLOCK = 200, /* number of active file Tlocks */
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef struct Auth Auth;
|
|
||||||
typedef struct Bp Bp;
|
typedef struct Bp Bp;
|
||||||
typedef struct Bucket Bucket;
|
typedef struct Bucket Bucket;
|
||||||
typedef struct Cache Cache;
|
typedef struct Cache Cache;
|
||||||
|
@ -78,8 +77,6 @@ typedef struct Tm Tm;
|
||||||
typedef struct Uid Uid;
|
typedef struct Uid Uid;
|
||||||
typedef struct Wpath Wpath;
|
typedef struct Wpath Wpath;
|
||||||
|
|
||||||
#pragma incomplete Auth
|
|
||||||
|
|
||||||
struct Tag
|
struct Tag
|
||||||
{
|
{
|
||||||
short pad; /* make tag end at a long boundary */
|
short pad; /* make tag end at a long boundary */
|
||||||
|
|
|
@ -155,7 +155,6 @@ void newscsi(Device *d, Scsi *sc);
|
||||||
Queue* newqueue(int, char*);
|
Queue* newqueue(int, char*);
|
||||||
void newstart(void);
|
void newstart(void);
|
||||||
Wpath* newwp(void);
|
Wpath* newwp(void);
|
||||||
Auth* newauth(void);
|
|
||||||
int nvrcheck(void);
|
int nvrcheck(void);
|
||||||
char* nvrgetconfig(void);
|
char* nvrgetconfig(void);
|
||||||
int nvrsetconfig(char*);
|
int nvrsetconfig(char*);
|
||||||
|
|
Loading…
Reference in a new issue