~ubuntu-branches/ubuntu/natty/openssh/natty

« back to all changes in this revision

Viewing changes to authfile.h

  • Committer: Colin Watson
  • Date: 2010-08-23 23:01:05 UTC
  • mto: This revision was merged to the branch mainline in revision 3216.
  • Revision ID: cjwatson@debian.org-20100823230105-kel8y283lmt5zyrc
unconstify key argument to blacklisted_key_in_file and blacklisted_key

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
int      key_perm_ok(int, const char *);
27
27
int      key_in_file(Key *, const char *, int);
28
28
 
29
 
int      blacklisted_key(const Key *key, char **fp);
 
29
int      blacklisted_key(Key *key, char **fp);
30
30
 
31
31
#endif