X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/7bd2091eeaab7a8e5b1bc57ae6bd71a51bf306e7..b317b99dd61e3a00721c8e29c911b6621a275bc6:/ident.h?ds=sidebyside diff --git a/ident.h b/ident.h index 073855b..e64d86c 100644 --- a/ident.h +++ b/ident.h @@ -1,13 +1,13 @@ /* -*-c-*- * - * $Id: ident.h,v 1.1 1999/10/04 21:41:58 mdw Exp $ + * $Id: ident.h,v 1.3 2004/04/08 01:36:11 mdw Exp $ * * Nonblocking RFC931 client * * (c) 1999 Mark Wooding */ -/*----- Licensing notice --------------------------------------------------* +/*----- Licensing notice --------------------------------------------------* * * This file is part of the mLib utilities library. * @@ -15,28 +15,20 @@ * it under the terms of the GNU Library General Public License as * published by the Free Software Foundation; either version 2 of the * License, or (at your option) any later version. - * + * * mLib is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Library General Public License for more details. - * + * * You should have received a copy of the GNU Library General Public * License along with mLib; if not, write to the Free * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, * MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: ident.h,v $ - * Revision 1.1 1999/10/04 21:41:58 mdw - * Added ident client from `fw'. - * - */ - -#ifndef IDENT_H -#define IDENT_H +#ifndef MLIB_IDENT_H +#define MLIB_IDENT_H #ifdef __cplusplus extern "C" { @@ -49,15 +41,15 @@ #include #include -#ifndef CONN_H +#ifndef MLIB_CONN_H # include "conn.h" #endif -#ifndef SEL_H +#ifndef MLIB_SEL_H # include "sel.h" #endif -#ifndef SELBUF_H +#ifndef MLIB_SELBUF_H # include "selbuf.h" #endif @@ -131,7 +123,7 @@ extern void ident_abort(ident_request */*rq*/); extern void ident(ident_request */*rq*/, sel_state */*s*/, const struct sockaddr_in */*local*/, - const struct sockaddr_in */*remote*/, + const struct sockaddr_in */*remote*/, void (*/*func*/)(ident_reply */*i*/, void */*p*/), void */*p*/);