0853e1e2522c1ac17f697221758bcbd4781a7ff9nd/*
0853e1e2522c1ac17f697221758bcbd4781a7ff9nd * Copyright 2002 Red Hat Inc., Durham, North Carolina.
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd *
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd * All Rights Reserved.
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd *
0853e1e2522c1ac17f697221758bcbd4781a7ff9nd * Permission is hereby granted, free of charge, to any person obtaining
0853e1e2522c1ac17f697221758bcbd4781a7ff9nd * a copy of this software and associated documentation files (the
0853e1e2522c1ac17f697221758bcbd4781a7ff9nd * "Software"), to deal in the Software without restriction, including
0853e1e2522c1ac17f697221758bcbd4781a7ff9nd * without limitation on the rights to use, copy, modify, merge,
96ad5d81ee4a2cc66a4ae19893efc8aa6d06fae7jailletc * publish, distribute, sublicense, and/or sell copies of the Software,
0853e1e2522c1ac17f697221758bcbd4781a7ff9nd * and to permit persons to whom the Software is furnished to do so,
0853e1e2522c1ac17f697221758bcbd4781a7ff9nd * subject to the following conditions:
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen *
2e545ce2450a9953665f701bb05350f0d3f26275nd * The above copyright notice and this permission notice (including the
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen * next paragraph) shall be included in all copies or substantial
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen * portions of the Software.
0853e1e2522c1ac17f697221758bcbd4781a7ff9nd *
0853e1e2522c1ac17f697221758bcbd4781a7ff9nd * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
0853e1e2522c1ac17f697221758bcbd4781a7ff9nd * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
af33a4994ae2ff15bc67d19ff1a7feb906745bf8rbowen * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3f08db06526d6901aa08c110b5bc7dde6bc39905nd * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS
0853e1e2522c1ac17f697221758bcbd4781a7ff9nd * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
0853e1e2522c1ac17f697221758bcbd4781a7ff9nd * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
0853e1e2522c1ac17f697221758bcbd4781a7ff9nd * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3f08db06526d6901aa08c110b5bc7dde6bc39905nd * SOFTWARE.
0853e1e2522c1ac17f697221758bcbd4781a7ff9nd */
0853e1e2522c1ac17f697221758bcbd4781a7ff9nd
0853e1e2522c1ac17f697221758bcbd4781a7ff9nd/*
ad74a0524a06bfe11b7de9e3b4ce7233ab3bd3f7nd * Authors:
201fc52d132d8f375e6c4351921367897fb5265and * Rickard E. (Rik) Faith <faith@redhat.com>
412bf2d2fd3ee0608bc0767e2281e47ea317963end *
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjung */
0853e1e2522c1ac17f697221758bcbd4781a7ff9nd
4b575a6b6704b516f22d65a3ad35696d7b9ba372rpluem/** \file
4b575a6b6704b516f22d65a3ad35696d7b9ba372rpluem * Interface to DMX configuration file pretty-printer. \see dmxprint.c */
6aadbc6fd703e73d1d419e9f06b84a4338c898f1maczniak
0853e1e2522c1ac17f697221758bcbd4781a7ff9nd#ifndef _DMXPRINT_H_
0853e1e2522c1ac17f697221758bcbd4781a7ff9nd#define _DMXPRINT_H_
0853e1e2522c1ac17f697221758bcbd4781a7ff9nd
0853e1e2522c1ac17f697221758bcbd4781a7ff9ndvoid dmxConfigPrint(FILE *str, DMXConfigEntryPtr entry);
0853e1e2522c1ac17f697221758bcbd4781a7ff9ndvoid dmxConfigVirtualPrint(FILE *str, DMXConfigVirtualPtr p);
0853e1e2522c1ac17f697221758bcbd4781a7ff9nd
0853e1e2522c1ac17f697221758bcbd4781a7ff9nd#endif
0853e1e2522c1ac17f697221758bcbd4781a7ff9nd