fix spelling mistake
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef _PACKET_PRIVATE_H
|
||||
#define _PACKET_PRIVATE_H
|
||||
|
||||
#ifdef __cpluscplus
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
@@ -79,7 +79,7 @@ uint64_t packet_get_domain(const struct packet *pkt);
|
||||
void packet_set_route_ctx(struct packet *pkt, const char *route, int len);
|
||||
int packet_get_route_ctx(const struct packet *pkt, char *buff, int size); // return len of route ctx
|
||||
|
||||
#ifdef __cpluscplus
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user