summaryrefslogtreecommitdiffstats
path: root/tildexpand.h
diff options
context:
space:
mode:
Diffstat (limited to 'tildexpand.h')
-rw-r--r--tildexpand.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/tildexpand.h b/tildexpand.h
index a30f0db3..f5e7e40b 100644
--- a/tildexpand.h
+++ b/tildexpand.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tildexpand.h,v 1.3 2001/06/26 06:33:06 itojun Exp $ */
+/* $OpenBSD: tildexpand.h,v 1.4 2001/06/26 17:27:25 markus Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -12,8 +12,4 @@
* called by a name other than "ssh" or "Secure Shell".
*/
-/*
- * Expands tildes in the file name. Returns data allocated by xmalloc.
- * Warning: this calls getpw*.
- */
-char *tilde_expand_filename(const char *, uid_t);
+char *tilde_expand_filename(const char *, uid_t);