summaryrefslogtreecommitdiff
path: root/pathd/path_pcep_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'pathd/path_pcep_lib.h')
-rw-r--r--pathd/path_pcep_lib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pathd/path_pcep_lib.h b/pathd/path_pcep_lib.h
index 3f34edcb3f..524f385d14 100644
--- a/pathd/path_pcep_lib.h
+++ b/pathd/path_pcep_lib.h
@@ -37,7 +37,8 @@ struct pcep_message *pcep_lib_format_request(struct pcep_caps *caps,
struct path *path);
struct pcep_message *pcep_lib_format_request_cancelled(uint32_t reqid);
-struct pcep_message *pcep_lib_format_error(int error_type, int error_value);
+struct pcep_message *pcep_lib_format_error(int error_type, int error_value,
+ struct path *path);
struct path *pcep_lib_parse_path(struct pcep_message *msg);
void pcep_lib_parse_capabilities(struct pcep_message *msg,
struct pcep_caps *caps);