diff options
Diffstat (limited to 'src/poolarch.h')
-rw-r--r-- | src/poolarch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/poolarch.h b/src/poolarch.h index 5ace54f..e9ae99b 100644 --- a/src/poolarch.h +++ b/src/poolarch.h @@ -11,6 +11,7 @@ #include "pool.h" extern void pool_setarch(Pool *, const char *); +extern void pool_setarchpolicy(Pool *, const char *); extern unsigned char pool_arch2color_slow(Pool *pool, Id arch); #define ARCHCOLOR_32 1 |