From 9de61e8c596e1f7e52f780dd87bde2df779b1237 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Mon, 19 Mar 2001 10:09:27 +1100 Subject: - (djm) Add getusershell() functions from OpenBSD CVS --- openbsd-compat/getusershell.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 openbsd-compat/getusershell.h (limited to 'openbsd-compat/getusershell.h') diff --git a/openbsd-compat/getusershell.h b/openbsd-compat/getusershell.h new file mode 100644 index 000000000..5a0f1a19d --- /dev/null +++ b/openbsd-compat/getusershell.h @@ -0,0 +1,16 @@ +/* $Id: getusershell.h,v 1.1 2001/03/18 23:09:28 djm 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 */ -- cgit v1.2.3