From 5d3573ef7a109ee70416fe94db098fe6a769a798 Mon Sep 17 00:00:00 2001 From: SkyperTHC Date: Tue, 3 Mar 2026 06:28:55 +0000 Subject: packetstorm sync --- other/ssharp/openbsd-compat/getusershell.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 other/ssharp/openbsd-compat/getusershell.h (limited to 'other/ssharp/openbsd-compat/getusershell.h') diff --git a/other/ssharp/openbsd-compat/getusershell.h b/other/ssharp/openbsd-compat/getusershell.h new file mode 100644 index 0000000..cb4e62c --- /dev/null +++ b/other/ssharp/openbsd-compat/getusershell.h @@ -0,0 +1,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 */ -- cgit v1.3