/******************************************************************************1*******************************************************************************2**3** Copyright (C) 2005 Red Hat, Inc. All rights reserved.4**5** This copyrighted material is made available to anyone wishing to use,6** modify, copy, or redistribute it subject to the terms and conditions7** of the GNU General Public License v.2.8**9*******************************************************************************10******************************************************************************/1112#ifndef __UTIL_DOT_H__13#define __UTIL_DOT_H__1415void dlm_message_out(struct dlm_message *ms);16void dlm_message_in(struct dlm_message *ms);17void dlm_rcom_out(struct dlm_rcom *rc);18void dlm_rcom_in(struct dlm_rcom *rc);1920#endif21222324