diff options
Diffstat (limited to 'src/mapper.h')
-rw-r--r-- | src/mapper.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mapper.h b/src/mapper.h index 2c21a68e8..ff6603d1e 100644 --- a/src/mapper.h +++ b/src/mapper.h @@ -26,6 +26,10 @@ struct directory; struct song; +void mapper_init(void); + +void mapper_finish(void); + /** * Determines the file system path of a directory object. * |