💾 Archived View for gemini.rmf-dev.com › repo › Vaati › Vgmi › files › 9626f0b6718d9ce5f0d66a1b32a1c… captured on 2023-11-04 at 12:20:02. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-09-08)

-=-=-=-=-=-=-

Go Back

0 /* See LICENSE file for copyright and license details. */

1 #ifndef _XDG_H_

2 #define _XDG_H_

3

4 #include <unistd.h>

5

6 extern char download_path[1024];

7 int xdg_path(char* path, size_t len);

8 void xdg_close();

9 int xdg_init();

10

11 #endif

12