=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/encrypt/encrypt.c,v retrieving revision 1.18 retrieving revision 1.19 diff -c -r1.18 -r1.19 *** src/usr.bin/encrypt/encrypt.c 2003/06/14 23:19:18 1.18 --- src/usr.bin/encrypt/encrypt.c 2003/07/02 21:04:09 1.19 *************** *** 1,4 **** ! /* $OpenBSD: encrypt.c,v 1.18 2003/06/14 23:19:18 millert Exp $ */ /* * Copyright (c) 1996, Jason Downs. All rights reserved. --- 1,4 ---- ! /* $OpenBSD: encrypt.c,v 1.19 2003/07/02 21:04:09 deraadt Exp $ */ /* * Copyright (c) 1996, Jason Downs. All rights reserved. *************** *** 48,53 **** --- 48,57 ---- extern char *__progname; char buffer[_PASSWORD_LEN]; + + void usage(void); + char *trim(char *); + void print_passwd(char *, int, void *); void usage(void)