]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/zserv.h
*: Change thread->func to return void instead of int
[mirror_frr.git] / zebra / zserv.h
index 203670ac1dd5186f33c376c1424aa62004cbb83c..7a5be001be3e42c31129961d1a754aad127f317d 100644 (file)
@@ -379,7 +379,7 @@ void zserv_log_message(const char *errmsg, struct stream *msg,
                       struct zmsghdr *hdr);
 
 /* TODO */
-__attribute__((__noreturn__)) int zebra_finalize(struct thread *event);
+__attribute__((__noreturn__)) void zebra_finalize(struct thread *event);
 
 /*
  * Graceful restart functions.