projects
/
blerg.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
4d35c932278663b15d3cf4fff8cb35c6e218213c
[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 */