We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82be8d7 commit a85aaf8Copy full SHA for a85aaf8
include/network.h
@@ -49,7 +49,7 @@ int network_getparam(struct netparam_t *param);
49
* @param sockfd [in] Socket descriptor (optional, 0 if not used)
50
* @return network status see @ref _net_state
51
*/
52
-int network_getstate(int sockfd);
+int network_getstatus(int sockfd);
53
54
/**
55
* Get APN configuration stored in memory
0 commit comments