diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-01-03 09:31:51 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-01-03 09:31:51 +0100 |
commit | 2b6f8123e925e3be8ce7c04eccdd49fc728314a5 (patch) | |
tree | 78e86bb428b3bc821ae84d0f6abe86136356bd1a /libcommon/url.h | |
parent | 5581340f23b31114d33736c630de849898668f38 (diff) |
Separated out libcommon as libreichwein
Diffstat (limited to 'libcommon/url.h')
-rw-r--r-- | libcommon/url.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libcommon/url.h b/libcommon/url.h deleted file mode 100644 index bd60616..0000000 --- a/libcommon/url.h +++ /dev/null @@ -1,6 +0,0 @@ -#pragma once - -#include <string> - -std::string urlDecode(std::string s); - |