mirror of
https://github.com/lakinduakash/linux-wifi-hotspot.git
synced 2024-11-24 13:10:14 +00:00
Update util.h header
This commit is contained in:
parent
99e4f06374
commit
0ee524178f
@ -35,5 +35,6 @@ int find_str(char *find, const char **array, int length);
|
|||||||
void rand_str(char *dest, size_t length);
|
void rand_str(char *dest, size_t length);
|
||||||
int isValidMacAddress(const char*);
|
int isValidMacAddress(const char*);
|
||||||
int isValidAcceptedMacs(const char*);
|
int isValidAcceptedMacs(const char*);
|
||||||
|
int isValidIPaddress(const char*);
|
||||||
|
|
||||||
#endif //WIHOTSPOT_UTIL_H
|
#endif //WIHOTSPOT_UTIL_H
|
||||||
|
Loading…
Reference in New Issue
Block a user