~ubuntu-branches/debian/sid/lvm2/sid

« back to all changes in this revision

Viewing changes to libdaemon/client/config-util.h

  • Committer: Package Import Robot
  • Author(s): Bastian Blank
  • Date: 2014-08-19 15:37:06 UTC
  • mfrom: (1.1.18)
  • Revision ID: package-import@ubuntu.com-20140819153706-i1gaio8lg534dara
Tags: 2.02.109-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
#ifndef _LVM_DAEMON_CONFIG_UTIL_H
16
16
#define _LVM_DAEMON_CONFIG_UTIL_H
17
17
 
18
 
#include "configure.h"
19
18
#include "libdevmapper.h"
20
19
 
21
20
#include <stdarg.h>
64
63
                                         struct dm_config_node *pre_sib,
65
64
                                         ...);
66
65
 
67
 
#endif /* _LVM_DAEMON_SHARED_H */
 
66
#endif /* _LVM_DAEMON_CONFIG_UTIL_H */