summaryrefslogblamecommitdiffstats
path: root/shlibs/mount/src/mountP.h
blob: 2a486f02a851ca455ad1798caf2e64d6afc55f1a (plain) (tree)




















                                                        
/*
 * mountP.h - private library header file
 *
 * Copyright (C) 2008-2009 Karel Zak <kzak@redhat.com>
 *
 * This file may be redistributed under the terms of the
 * GNU Lesser General Public License.
 */

#ifndef _LIBMOUNT_PRIVATE_H
#define _LIBMOUNT_PRIVATE_H

/* features */
#define CONFIG_LIBMOUNT_ASSERT

#ifdef CONFIG_LIBMOUNT_ASSERT
#include <assert.h>
#endif

#include "mount.h"
#endif