diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-07-26 00:55:47 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-07-26 00:55:47 +0200 |
commit | 88177fe3eddaf0bad82e85b87556ace1eefbe361 (patch) | |
tree | 9a0fdb5b0aa139350310b19cff1c8dba8f07311d /lib/ptm_lib.h | |
parent | Fix bugs reported by coverity scan (diff) | |
download | frr-88177fe3eddaf0bad82e85b87556ace1eefbe361.tar.xz frr-88177fe3eddaf0bad82e85b87556ace1eefbe361.zip |
Fixup of warnings in the code
Ticket: None
Reviewed by: Trivial
Testing:
A bunch of warnings have crept in to the code base. This
fixes the issue
Diffstat (limited to 'lib/ptm_lib.h')
-rw-r--r-- | lib/ptm_lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ptm_lib.h b/lib/ptm_lib.h index 1aa2f356f..e79529a81 100644 --- a/lib/ptm_lib.h +++ b/lib/ptm_lib.h @@ -45,5 +45,5 @@ ptm_lib_handle_t *ptm_lib_register(char *, ptm_cmd_cb, ptm_notify_cb, ptm_respon void ptm_lib_deregister(ptm_lib_handle_t *); int ptm_lib_find_key_in_msg(void *, const char *, char *); int ptm_lib_init_msg(ptm_lib_handle_t *, int, int, void *, void **); -int ptm_lib_append_msg(ptm_lib_handle_t *, void *, const char *, char *); +int ptm_lib_append_msg(ptm_lib_handle_t *, void *, const char *, const char *); int ptm_lib_complete_msg(ptm_lib_handle_t *, void *, char *, int *); |