]> andersk Git - openssh.git/blobdiff - tildexpand.h
- (tim) [regress/README.regress] Document ssh-rand-helper issue. ok bal
[openssh.git] / tildexpand.h
index fc999773657b5e2c3d12c3c366f6d6d812e86494..f5e7e40bcc0dcdb1cdb7e37b5bfd2ef0ee70f533 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: tildexpand.h,v 1.4 2001/06/26 17:27:25 markus Exp $   */
+
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -10,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 *filename, uid_t my_uid);
+char   *tilde_expand_filename(const char *, uid_t);
This page took 0.076098 seconds and 4 git commands to generate.