Current File : //usr/include/pw.h
/*	Copyright (c) 1988 AT&T	*/
/*	  All Rights Reserved  	*/


#ifndef	_PW_H
#define	_PW_H

#ifdef	__cplusplus
extern "C" {
#endif

#if defined(__STDC__)

extern char *logname(void);
extern char *regcmp(const char *, ...);
extern char *regex(const char *, const char *, ...);
#else
extern char *logname();
extern char *regcmp();
extern char *regex();

#endif

#ifdef	__cplusplus
}
#endif

#endif	/* _PW_H */