bugfix: __cpluscplus -> __cplusplus
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef _BFD_H
|
||||
#define _BFD_H
|
||||
|
||||
#ifdef __cpluscplus
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
@@ -25,7 +25,7 @@ int bfd_vtysh_del_dev(struct bfd_vtysh_client *client, const char *peer_addr);
|
||||
int bfd_vtysh_get_dev_active(struct bfd_vtysh_client *client, char *addr);
|
||||
int bfd_vtysh_pre_config(struct bfd_vtysh_client *client);
|
||||
|
||||
#ifdef __cpluscplus
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user