blob: 64f7c8aae0a40a81d3e0ff0cd34c9941420186b9 [file] [log] [blame]
Ben Lindstromb30768f2001-06-09 02:22:16 +00001/* $Id: strmode.h,v 1.3 2001/06/09 02:22:17 mouring Exp $ */
Damien Millere9cf3572001-02-09 12:55:35 +11002
Ben Lindstrombf555ba2001-01-18 02:04:35 +00003#ifndef HAVE_STRMODE
4
Ben Lindstromb30768f2001-06-09 02:22:16 +00005void strmode(register mode_t mode, register char *p);
Ben Lindstrombf555ba2001-01-18 02:04:35 +00006
7#endif