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:
parent
bbf574ab90
commit
4661c6b6fb
@ -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);
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user