netatalk  4.4.0dev
Free and Open Source Apple Filing Protocol (AFP) Server
Loading...
Searching...
No Matches
pack.h
Go to the documentation of this file.
1/*
2 * Copyright (C) Joerg Lenneis 2003
3 * Copyright (C) Frank Lahm 2010
4 * All Rights Reserved. See COPYING.
5 */
6
7#ifndef CNID_DBD_PACK_H
8#define CNID_DBD_PACK_H 1
9
10#include <db.h>
11
13
14unsigned char *pack_cnid_data(struct cnid_dbd_rqst *);
15int didname(DB *dbp, const DBT *pkey, const DBT *pdata, DBT *skey);
16int devino(DB *dbp, const DBT *pkey, const DBT *pdata, DBT *skey);
17int idxname(DB *dbp, const DBT *pkey, const DBT *pdata, DBT *skey);
18void pack_setvol(const struct vol *vol);
19#endif /* CNID_DBD_PACK_H */
static struct db_param * dbp
Definition etc/cnid_dbd/main.c:49
int idxname(DB *dbp, const DBT *pkey, const DBT *pdata, DBT *skey)
int devino(DB *dbp, const DBT *pkey, const DBT *pdata, DBT *skey)
unsigned char * pack_cnid_data(struct cnid_dbd_rqst *)
Definition pack.c:121
int didname(DB *dbp, const DBT *pkey, const DBT *pdata, DBT *skey)
void pack_setvol(const struct vol *vol)
Definition pack.c:112
Definition cnid_bdb_private.h:41
Definition include/atalk/volume.h:32