aboutsummaryrefslogtreecommitdiff
path: root/db.h
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-09-18 22:51:30 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-09-18 22:51:44 +0200
commit9ff1b81d65c370a938cd9d9c033e04e395f00704 (patch)
tree3f507a48d8d39f27a36b3fab32b0a230abe512f4 /db.h
parent2b915a42f6665b4110338cfde30eedc55abe7f3c (diff)
downloadcforum-9ff1b81d65c370a938cd9d9c033e04e395f00704.tar.gz
New user
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;
};