mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-16 07:04:34 +00:00
8 lines
146 B
C
8 lines
146 B
C
/* $Id: strmode.h,v 1.3 2001/06/09 02:22:17 mouring Exp $ */
|
|
|
|
#ifndef HAVE_STRMODE
|
|
|
|
void strmode(register mode_t mode, register char *p);
|
|
|
|
#endif
|