blob: 1c96864922869b396bcbf2cab5a70c2eb32c064b [file] [log] [blame]
David Teigland597d0ca2006-07-12 16:44:04 -05001/*
David Teigland0f8e0d92008-08-06 13:30:24 -05002 * Copyright (C) 2006-2008 Red Hat, Inc. All rights reserved.
David Teigland597d0ca2006-07-12 16:44:04 -05003 *
4 * This copyrighted material is made available to anyone wishing to use,
5 * modify, copy, or redistribute it subject to the terms and conditions
6 * of the GNU General Public License v.2.
7 */
8
9#ifndef __USER_DOT_H__
10#define __USER_DOT_H__
11
David Teiglandfd22a512008-12-09 11:55:46 -060012void dlm_user_add_ast(struct dlm_lkb *lkb, int type, int bastmode);
David Teigland597d0ca2006-07-12 16:44:04 -050013int dlm_user_init(void);
14void dlm_user_exit(void);
David Teigland0f8e0d92008-08-06 13:30:24 -050015int dlm_device_deregister(struct dlm_ls *ls);
David Teiglanddc68c7e2008-08-18 11:43:30 -050016int dlm_user_daemon_available(void);
David Teigland597d0ca2006-07-12 16:44:04 -050017
18#endif