mirror of
https://github.com/opnsense/src.git
synced 2026-04-13 21:36:47 -04:00
7 lines
146 B
C
7 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
|