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

« back to all changes in this revision

Viewing changes to libdaemon/client/daemon-io.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:
16
16
#define _LVM_DAEMON_IO_H
17
17
 
18
18
#include "configure.h"
19
 
#include "config-util.h"
20
 
#include "libdevmapper.h"
21
19
 
22
20
#define _REENTRANT
23
21
#define _GNU_SOURCE
24
22
#define _FILE_OFFSET_BITS 64
25
23
 
 
24
#include "config-util.h"
 
25
 
26
26
/* TODO function names */
27
27
 
28
28
int buffer_read(int fd, struct buffer *buffer);
29
29
int buffer_write(int fd, const struct buffer *buffer);
30
30
 
31
 
#endif /* _LVM_DAEMON_SHARED_H */
 
31
#endif /* _LVM_DAEMON_IO_H */