summaryrefslogtreecommitdiff
path: root/openbsd-compat/getusershell.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-06-28 23:27:37 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-06-28 23:27:37 +0000
commite6affc6a13304e8f0cb81b467f70d414733e8457 (patch)
tree09886cf5094463172b257c99cc36f1445c26a869 /openbsd-compat/getusershell.h
parentf96d887d75674e57ba823f190d73a5ddf50d126a (diff)
- (bal) Remove getusershell() since it's no longer use
Diffstat (limited to 'openbsd-compat/getusershell.h')
-rw-r--r--openbsd-compat/getusershell.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/openbsd-compat/getusershell.h b/openbsd-compat/getusershell.h
deleted file mode 100644
index 5a0f1a19d..000000000
--- a/openbsd-compat/getusershell.h
+++ /dev/null
@@ -1,16 +0,0 @@
1/* $Id: getusershell.h,v 1.1 2001/03/18 23:09:28 djm Exp $ */
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 */