/* Blerg is (C) 2011 The Dominion of Awesome, and is distributed under a * BSD-style license. Please see the COPYING file for details. */ #ifndef _BLERGREF_H #define _BLERGREF_H struct blergref { char author[32]; uint64_t record; }; #endif /* _BLERGREF_H */