~ubuntu-branches/ubuntu/dapper/openssh/dapper

« back to all changes in this revision

Viewing changes to misc.h

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2005-10-31 07:46:44 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20051031074644-poik7e4un4723tr4
Tags: 1:4.2p1-5ubuntu1
Resynchronise with Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*      $OpenBSD: misc.h,v 1.21 2005/03/01 10:09:52 djm Exp $   */
 
1
/*      $OpenBSD: misc.h,v 1.25 2005/07/14 04:00:43 dtucker Exp $       */
2
2
 
3
3
/*
4
4
 * Author: Tatu Ylonen <ylo@cs.hut.fi>
24
24
char    *cleanhostname(char *);
25
25
char    *colon(char *);
26
26
long     convtime(const char *);
 
27
char    *tilde_expand_filename(const char *, uid_t);
 
28
char    *percent_expand(const char *, ...) __attribute__((__sentinel__));
 
29
char    *tohex(const u_char *, u_int);
27
30
 
28
31
struct passwd *pwcopy(struct passwd *);
29
32
 
35
38
};
36
39
void     addargs(arglist *, char *, ...) __attribute__((format(printf, 2, 3)));
37
40
 
38
 
/* tildexpand.c */
39
 
 
40
 
char    *tilde_expand_filename(const char *, uid_t);
41
 
 
42
41
/* readpass.c */
43
42
 
44
43
#define RP_ECHO                 0x0001