00001 /* 00002 Copyright (C) 2013- The University of Notre Dame 00003 This software is distributed under the GNU General Public License. 00004 See the file COPYING for details. 00005 */ 00006 00007 #ifndef LINK_AUTH_H 00008 #define LINK_AUTH_H 00009 00010 #include "link.h" 00011 00012 /* @file link_auth.h Simple authentication routines. */ 00013 00021 int link_auth_password( struct link *link, const char *password, time_t stoptime ); 00022 00023 #endif