aboutsummaryrefslogblamecommitdiff
path: root/games/alex4/files/patch-unix.h
blob: f691ed2419af7959cb73d6c45bba4a1c640f4f93 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                            
--- unix.h.orig	2016-06-14 16:25:53 UTC
+++ unix.h
@@ -0,0 +1,6 @@
+#ifdef __unix__
+
+char *get_homedir();
+int check_and_create_dir(const char *name);
+
+#endif