Go Back
0 /*
1 * ISC License
2 * Copyright (c) 2023 RMF <rawmonk@firemail.cc>
3 */
4 int xdg_init();
5 int xdg_request(const char *request);
6 int xdg_available();
7 int xdg_proc(int in, int out);
8