]> andersk Git - openssh.git/blob - openbsd-compat/getusershell.h
- (djm) Update config.guess and config.sub with latest versions (from
[openssh.git] / openbsd-compat / getusershell.h
1 /* $Id$ */
2
3 #ifndef _GETUSERSHELL_H
4 #define _GETUSERSHELL_H
5
6 #include "config.h"
7
8 #ifndef HAVE_GETUSERSHELL
9
10 char *getusershell(void);
11 void setusershell(void);
12 void endusershell(void);
13
14 #endif /* HAVE_GETUSERSHELL */
15
16 #endif /* _GETUSERSHELL_H */
This page took 0.036306 seconds and 5 git commands to generate.