static int init_locks(void) { store = ne_lockstore_create(); ne_lockstore_register(store, i_session); return OK; }
static void init_locking(void) { lock_store_fn = get_option(opt_lockstore); session.locks = ne_lockstore_create(); /* TODO: read in lock list from ~/.davlocks */ }