Move URI list parsing to shared code

This will soon be used by the Wayland backend.
This commit is contained in:
Camilla Löwy
2022-03-24 20:17:32 +01:00
parent e0889736fd
commit ad4a9e42f0
3 changed files with 55 additions and 52 deletions
+1
View File
@@ -996,6 +996,7 @@ void _glfwTerminateVulkan(void);
const char* _glfwGetVulkanResultString(VkResult result);
size_t _glfwEncodeUTF8(char* s, uint32_t codepoint);
char** _glfwParseUriList(char* text, int* count);
char* _glfw_strdup(const char* source);
int _glfw_min(int a, int b);