]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/systemd.h
zebra, lib: fix the ZEBRA_INTERFACE_VRF_UPDATE zapi message
[mirror_frr.git] / lib / systemd.h
index c048797cf2f32e7bc3f12b612d675bafb4061514..a13ea7bfdd8b1117f244f5552ba247bfba616a03 100644 (file)
  * To turn on systemd compilation, use --enable-systemd on
  * configure run.
  */
-void systemd_send_information (const char *info);
-void systemd_send_stopping (void);
+void systemd_send_information(const char *info);
+void systemd_send_stopping(void);
 
 /*
  *  master - The struct thread_master * to use to schedule ourself
  *  the_process - Should we send watchdog if we are not the requested
  *                process?
  */
-void systemd_send_started (struct thread_master *master, int the_process);
-
+void systemd_send_started(struct thread_master *master, int the_process);