blob: 5a0f1a19ddc079d8ba78308039e3191b7cbbcc7a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 */
|