tags must be preceeded by whitespace or start at the beginning of the record
[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_name(const char *name);
8
9 #endif /* _UTIL_H */