]> arthur.barton.de Git - netatalk.git/blobdiff - etc/cnid_dbd/pack.h
Remove #ifdef DEBUG stuff, its not neccessary anymore as we have a fast LOG macro...
[netatalk.git] / etc / cnid_dbd / pack.h
index 63f18ad47cc3a668d967b14c8861006f25e14d11..fb6984991d666e9caad2011c14abb63ad0674931 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: pack.h,v 1.4 2009-04-28 13:01:24 franklahm Exp $
+ * $Id: pack.h,v 1.5 2009-05-04 09:09:43 franklahm Exp $
  *
  * Copyright (C) Joerg Lenneis 2003
  * All Rights Reserved.  See COPYING.
@@ -24,8 +24,4 @@ extern unsigned char *pack_cnid_data(struct cnid_dbd_rqst *);
 extern int didname(DB *dbp, const DBT *pkey, const DBT *pdata, DBT *skey);
 extern int devino(DB *dbp, const DBT *pkey, const DBT *pdata, DBT *skey);
 
-#ifdef DEBUG
-extern char *stringify_devino(dev_t dev, ino_t ino);
-#endif
-
 #endif /* CNID_DBD_PACK_H */