summaryrefslogtreecommitdiff
path: root/other/ssharp/openbsd-compat/getusershell.h
blob: cb4e62c93d7eb64e553cbe6d47b6e2e085a0a883 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* $Id: getusershell.h,v 1.1.1.1 2001/09/19 14:44:59 stealth Exp $ */

#ifndef _GETUSERSHELL_H
#define _GETUSERSHELL_H

#include "config.h"

#ifndef HAVE_GETUSERSHELL

char *getusershell(void);
void setusershell(void);
void endusershell(void);

#endif /* HAVE_GETUSERSHELL */

#endif /* _GETUSERSHELL_H */