Add tag listing functionality
[blerg.git] / config.h
1 #ifndef _CONFIG_H
2 #define _CONFIG_H
3
4 #define DATA_PATH "data"
5 #define HASH_TAGS_PATH "hash_tags"
6 #define AUTHOR_TAGS_PATH "author_tags"
7
8 #endif //_CONFIG_H