pw_scan.h (82725ba9bf1fd59746a4006a06f24d4d61d142f2) pw_scan.h (34e9190d82ac021bae00937cc1a663920aa19309)
1/*-
2 * SPDX-License-Identifier: BSD-3-Clause
3 *
4 * Copyright (c) 1994
5 * The Regents of the University of California. All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

--- 21 unchanged lines hidden (view full) ---

30 *
31 * @(#)pw_scan.h 8.1 (Berkeley) 4/1/94
32 * $FreeBSD$
33 */
34
35#define _PWSCAN_MASTER 0x01
36#define _PWSCAN_WARN 0x02
37
1/*-
2 * SPDX-License-Identifier: BSD-3-Clause
3 *
4 * Copyright (c) 1994
5 * The Regents of the University of California. All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

--- 21 unchanged lines hidden (view full) ---

30 *
31 * @(#)pw_scan.h 8.1 (Berkeley) 4/1/94
32 * $FreeBSD$
33 */
34
35#define _PWSCAN_MASTER 0x01
36#define _PWSCAN_WARN 0x02
37
38extern void __pw_initpwd(struct passwd *);
38extern int __pw_scan(char *, struct passwd *, int);
39extern int __pw_scan(char *, struct passwd *, int);