cctools
auth_hostname.h
1/*
2Copyright (C) 2003-2004 Douglas Thain and the University of Wisconsin
3Copyright (C) 2022 The University of Notre Dame
4This software is distributed under the GNU General Public License.
5See the file COPYING for details.
6*/
7
8#ifndef AUTH_HOSTNAME_H
9#define AUTH_HOSTNAME_H
10
11int auth_hostname_register(void);
12
13#endif