incomplete

This commit is contained in:
SyntaxError
2025-11-15 19:53:10 -03:00
parent 51912b4b59
commit ade686da5c
10 changed files with 100 additions and 85 deletions

6
src/info.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef INFO
#define INFO
int fetch_neocities_info(void);
#endif