Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/feature_unix/sys/src/cmd/unix/drawterm/drawterm.h – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
extern int havesecstore(char *addr, char *owner);
2
extern char *secstore;
3
extern char secstorebuf[65536];
4
extern char *secstorefetch(char *addr, char *owner, char *passwd);
5
extern char *authserver;
6
extern char *readcons(char *prompt, char *def, int secret);
7
extern int exportfs(int, int);
8
extern char *user;
9
extern char *getkey(char*, char*);
10
extern char *findkey(char**, char*);
11
extern int dialfactotum(void);
12
extern char *getuser(void);
13
extern void cpumain(int, char**);