]> git.proxmox.com Git - mirror_frr.git/blobdiff - staticd/static_vty.h
tests: add grpc unit test
[mirror_frr.git] / staticd / static_vty.h
index 7ffc8d9c98b3756b3bc1d5897f5690a74bdce4d3..01577685e5e07b74c9c564326660c162e863728f 100644 (file)
 #ifndef __STATIC_VTY_H__
 #define __STATIC_VTY_H__
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 int static_config(struct vty *vty, struct static_vrf *svrf,
                  afi_t afi, safi_t safi, const char *cmd);
 
 void static_vty_init(void);
+
+#ifdef __cplusplus
+}
+#endif
+
 #endif