Fix some memory/fd leaks for tag searching and empty account listing
[blerg.git] / http.h
1 #ifndef _HTTP_H
2 #define _HTTP_H
3
4 #define REALM "Blerg"
5
6 struct url_info {
7         unsigned int contents;
8         char author[33];
9         uint64_t record;
10         uint64_t record_to;
11 };
12
13 #endif /* _HTTP_H */