diff options
Diffstat (limited to 'common.h')
-rw-r--r-- | common.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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)\ |