X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=etc%2Fcnid_dbd%2Fcomm.h;h=2261777048a35887af881fc14698d72820337cff;hb=f254fd618b53e97cc5382b23709d4f3de1e70b41;hp=614bd27da6adbeedbe166768f08fe811f6c49d7a;hpb=f468664b18b26f84ef7c9229105cc051270dddf2;p=netatalk.git diff --git a/etc/cnid_dbd/comm.h b/etc/cnid_dbd/comm.h index 614bd27d..22617770 100644 --- a/etc/cnid_dbd/comm.h +++ b/etc/cnid_dbd/comm.h @@ -1,6 +1,4 @@ /* - * $Id: comm.h,v 1.5 2009-10-19 08:09:07 didg Exp $ - * * Copyright (C) Joerg Lenneis 2003 * All Rights Reserved. See COPYING. */ @@ -8,8 +6,10 @@ #ifndef CNID_DBD_COMM_H #define CNID_DBD_COMM_H 1 +/* number of seconds to try reading in readt */ +#define CNID_DBD_TIMEOUT 1 -#include +#include extern int comm_init (struct db_param *, int, int);