aboutsummaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common.h b/common.h
index 4937a76..2451cb7 100644
--- a/common.h
+++ b/common.h
@@ -33,6 +33,10 @@ eq(double a, double b)
}
+const char *libfonts_getenv__(const char *name, struct libfonts_context *ctx);
+char *libfonts_gethome__(struct libfonts_context *ctx);
+
+
#ifdef TEST
# define ASSERT(ASSERTION)\