]> arthur.barton.de Git - netatalk.git/blobdiff - etc/cnid_dbd/comm.h
New MySQL CNID backend
[netatalk.git] / etc / cnid_dbd / comm.h
index 614bd27da6adbeedbe166768f08fe811f6c49d7a..2261777048a35887af881fc14698d72820337cff 100644 (file)
@@ -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 <atalk/cnid_dbd_private.h>
+#include <atalk/cnid_bdb_private.h>
 
 
 extern int      comm_init  (struct db_param *, int, int);