Add some missing includes
[blerg.git] / database / util.h
index e046f19..4d35c93 100644 (file)
@@ -1 +1,10 @@
+/* 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 */