uri: add uri_parse() - new function extracts components from an URI

This commit is contained in:
Daniel Eklöf 2020-10-28 19:10:44 +01:00
parent 9580c04dd3
commit 608cc746ad
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 286 additions and 0 deletions

View file

@ -130,6 +130,7 @@ executable(
'spawn.c', 'spawn.h',
'terminal.c', 'terminal.h',
'tokenize.c', 'tokenize.h',
'uri.c', 'uri.h',
'user-notification.h',
'vt.c', 'vt.h',
'wayland.c', 'wayland.h',