/* invent.c: project tree inventory library routines
*
****************************************************************
* Copyright (C) 2005 Canonical Ltd.
* Original Author: James Blackwell
*
* See the file "COPYING" for further information about
* the copyright and warranty status of this work.
*/
#ifndef INCLUDE__LIBARCH__AUTHINFO_H
#define INCLUDE__LIBARCH__AUTHINFO_H
extern t_uchar *arch_auth_password(t_uchar * login, t_uchar * machine);
extern t_uchar *arch_auth_username (t_uchar * machine);
extern rel_table arch_auth_parse_auth_file (t_uchar const * const password_list);
#endif /* INCLUDE__LIBARCH__AUTHINFO_H */
/* tag: James Blackwell Sun Apr 10 23:38:55 EDT 2005 (authinfo.h) */
syntax highlighted by Code2HTML, v. 0.9.1