source: trunk/athena/etc/xdm/misc/nannylib.h @ 11319

Revision 11319, 319 bytes checked in by cfields, 27 years ago (diff)
Add getNannyPid. Remove boolean arg from setupUser.
Line 
1#ifdef _VAR_H_
2int nanny_exchangeVars(varlist *, varlist **)
3#endif
4
5int nanny_getNannyPid(int *);
6int nanny_setupUser(char *, char **, char **);
7int nanny_loginUser(char ***, char ***, char **);
8int nanny_logoutUser(void);
9int nanny_getTty(char *, int);
10int nanny_setConsoleMode(void);
11int nanny_setXConsolePref(int);
Note: See TracBrowser for help on using the repository browser.