X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=database%2Futil.h;h=4d35c932278663b15d3cf4fff8cb35c6e218213c;hb=c38b2e192d8de8ef38389cc8071881464fff99bb;hp=e046f195d4071166bccd352a1d4af4a2642b03de;hpb=96ec261b36bdbb701e05f5ee1aab70dec44085f9;p=blerg.git diff --git a/database/util.h b/database/util.h index e046f19..4d35c93 100644 --- a/database/util.h +++ b/database/util.h @@ -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 */