aboutsummaryrefslogtreecommitdiff
path: root/db.h
diff options
context:
space:
mode:
Diffstat (limited to 'db.h')
-rw-r--r--db.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/db.h b/db.h
index d6f229d..1385b98 100644
--- a/db.h
+++ b/db.h
@@ -5,9 +5,9 @@ sqlite3 *db;
struct att{
int id;
int post;
- int bytes;
+ int bytes; /* Size of data. */
char *name;
- char *description;
+ char *desc;
char *mime;
char *data;
};