/* Blerg is (C) 2011 The Dominion of Awesome, and is distributed under a
* BSD-style license. Please see the COPYING file for details.
*/#ifndef _TAGS_H
#define_TAGS_H#include<stdint.h>#include"blergref.h"inttag_scan(constchar*,constchar*,int,uint64_t);inttag_add(constchar*,constchar*,uint64_t);struct blergref *tag_list(constchar*,uint64_t,int*count,intdirection);inttag_exists(constchar*tag);#endif//_TAGS_H