]> andersk Git - openssh.git/blame - openbsd-compat/getusershell.h
- markus@cvs.openbsd.org 2001/04/04 00:06:54
[openssh.git] / openbsd-compat / getusershell.h
CommitLineData
7cdb79d4 1/* $Id$ */
2
3#ifndef _GETUSERSHELL_H
4#define _GETUSERSHELL_H
5
6#include "config.h"
7
8#ifndef HAVE_GETUSERSHELL
9
10char *getusershell(void);
11void setusershell(void);
12void endusershell(void);
13
14#endif /* HAVE_GETUSERSHELL */
15
16#endif /* _GETUSERSHELL_H */
This page took 0.908892 seconds and 5 git commands to generate.