mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-11 01:53:48 +08:00
apps/netbiosns: Make *netbiosns_pcb static
It's only referenced by netbiosns.c, thus make it static. Signed-off-by: Axel Lin <axel.lin@ingics.com>
This commit is contained in:
@@ -220,7 +220,7 @@ static char netbiosns_local_name[NETBIOS_NAME_LEN];
|
|||||||
#define NETBIOS_LOCAL_NAME netbiosns_local_name
|
#define NETBIOS_LOCAL_NAME netbiosns_local_name
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
struct udp_pcb *netbiosns_pcb;
|
static struct udp_pcb *netbiosns_pcb;
|
||||||
|
|
||||||
/** Decode a NetBIOS name (from packet to string) */
|
/** Decode a NetBIOS name (from packet to string) */
|
||||||
static int
|
static int
|
||||||
|
|||||||
Reference in New Issue
Block a user