1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

coverity: cleaning some PW.NOT_COMPATIBLE_WITH_PREVIOUS_DECL

Some very low-prio warns....
This commit is contained in:
Zdenek Kabelac 2016-07-12 16:42:14 +02:00
parent bbf574ab90
commit 4661c6b6fb
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ int buffer_append_f(struct buffer *buf, ...);
int buffer_append(struct buffer *buf, const char *string);
void buffer_init(struct buffer *buf);
void buffer_destroy(struct buffer *buf);
int buffer_realloc(struct buffer *buf, int required);
int buffer_realloc(struct buffer *buf, int needed);
int buffer_line(const char *line, void *baton);

View File

@ -78,7 +78,7 @@ daemon_handle daemon_open(daemon_info i);
* be ignored even if non-NULL). If the buffer is NULL, the cft is required to
* be a valid pointer, and is used to build up the request.
*/
daemon_reply daemon_send(daemon_handle h, daemon_request r);
daemon_reply daemon_send(daemon_handle h, daemon_request rq);
/*
* A simple interface to daemon_send. This function just takes the command id