From 5fd38c0ed985d7d699e6be1ff5d211cac130b71e Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Thu, 26 May 2005 12:02:14 +1000 Subject: - djm@cvs.openbsd.org 2005/04/09 04:32:54 [misc.c misc.h tildexpand.c Makefile.in] replace tilde_expand_filename with a simpler implementation, ahead of more whacking; ok deraadt@ --- misc.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'misc.h') diff --git a/misc.h b/misc.h index 8bbc87f0d..798d80fbf 100644 --- a/misc.h +++ b/misc.h @@ -1,4 +1,4 @@ -/* $OpenBSD: misc.h,v 1.21 2005/03/01 10:09:52 djm Exp $ */ +/* $OpenBSD: misc.h,v 1.22 2005/04/09 04:32:54 djm Exp $ */ /* * Author: Tatu Ylonen @@ -24,6 +24,7 @@ char *hpdelim(char **); char *cleanhostname(char *); char *colon(char *); long convtime(const char *); +char *tilde_expand_filename(const char *, uid_t); struct passwd *pwcopy(struct passwd *); @@ -35,10 +36,6 @@ struct arglist { }; void addargs(arglist *, char *, ...) __attribute__((format(printf, 2, 3))); -/* tildexpand.c */ - -char *tilde_expand_filename(const char *, uid_t); - /* readpass.c */ #define RP_ECHO 0x0001 -- cgit v1.2.3