=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ranlib/Attic/extern.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/ranlib/Attic/extern.h 2008/01/02 16:35:22 1.4 +++ src/usr.bin/ranlib/Attic/extern.h 2008/01/13 20:31:19 1.5 @@ -1,4 +1,4 @@ -/* $OpenBSD: extern.h,v 1.4 2008/01/02 16:35:22 chl Exp $ */ +/* $OpenBSD: extern.h,v 1.5 2008/01/13 20:31:19 chl Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -34,6 +34,7 @@ extern void *emalloc(size_t); extern void badfmt(void); extern void error(const char *); +extern const char *rname(const char *); extern char *tname; /* temporary file "name" */ /* touch.c */