projects
/
blerg.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Changelog update for 1.8
[blerg.git]
/
database
/
blergref.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 _BLERGREF_H
5
#define _BLERGREF_H
6
7
struct blergref {
8
char author[32];
9
uint64_t record;
10
};
11
12
#endif /* _BLERGREF_H */