Add some missing includes
[blerg.git] / database / util.h
1 /* Blerg is (C) 2011 The Dominion of Awesome, and is distributed under a
2  * BSD-style license.  Please see the COPYING file for details.
3  */
4 #ifndef _UTIL_H
5 #define _UTIL_H
6
7 int valid_tag_name(const char *name);
8 int valid_name(const char *name);
9
10 #endif /* _UTIL_H */