Skip to content

Commit a85aaf8

Browse files
committed
include: Fix wrong function name for network status
Change-Id: I70a46688dcd1c6705e4868973bec08ea9900d89d Signed-off-by: Ajay Bhargav <[email protected]>
1 parent 82be8d7 commit a85aaf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/network.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ int network_getparam(struct netparam_t *param);
4949
* @param sockfd [in] Socket descriptor (optional, 0 if not used)
5050
* @return network status see @ref _net_state
5151
*/
52-
int network_getstate(int sockfd);
52+
int network_getstatus(int sockfd);
5353

5454
/**
5555
* Get APN configuration stored in memory

0 commit comments

Comments
 (0)