mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-22 17:35:59 +03:00
7 lines
206 B
C
7 lines
206 B
C
#include <stdarg.h>
|
|
#include <libdevmapper.h>
|
|
|
|
int read_buffer(int fd, char **buffer);
|
|
int write_buffer(int fd, char *buffer, int length);
|
|
char *format_buffer(const char *what, const char *id, va_list ap);
|