passwd -> chpass
[unix-history] / usr / src / usr.bin / chpass / chpass.h
CommitLineData
b6c7c20d
KB
1/*
2 * Copyright (c) 1988 The Regents of the University of California.
3 * All rights reserved.
4 *
f15db449 5 * %sccs.include.redist.c%
b6c7c20d 6 *
f15db449 7 * @(#)chpass.h 5.2 (Berkeley) %G%
b6c7c20d
KB
8 */
9
10struct entry {
11 char *prompt;
12 int (*func)(), restricted, len;
13 char *except, *save;
14};
15
16extern uid_t uid;