mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 12:30:20 +03:00
Add utility function to parse port from URI
This commit is contained in:
@@ -112,5 +112,6 @@ static inline void free_uri ( struct uri *uri ) {
|
||||
}
|
||||
|
||||
extern struct uri * parse_uri ( const char *uri_string );
|
||||
unsigned int uri_port ( struct uri *uri, unsigned int default_port );
|
||||
|
||||
#endif /* _GPXE_URI_H */
|
||||
|
||||
Reference in New Issue
Block a user