/database/util.h
/* Blerg is (C) 2011 The Dominion of Awesome, and is distributed under a
 * BSD-style license.  Please see the COPYING file for details.
 */
#ifndef _UTIL_H
#define _UTIL_H

int valid_tag_name(const char *name);
int valid_name(const char *name);

#endif /* _UTIL_H */