Return the status of token removal in auth_logout
[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 */