OSDN Git Service

First commit: Nothing changed from original netatalk v.3.1.7, Completely same as...
[netatalk-doc-ja/netatalk-doc-ja.git] / libatalk / cnid / tdb / cnid_tdb_nextid.c
1 /*
2  */
3
4 #ifdef HAVE_CONFIG_H
5 #include "config.h"
6 #endif 
7
8 #ifdef CNID_BACKEND_TDB
9
10 #include "cnid_tdb.h"
11
12 cnid_t cnid_tdb_nextid(struct _cnid_db *cdb)
13 {
14     return CNID_INVALID;
15 }
16
17 #endif