summaryrefslogtreecommitdiffstats
path: root/src/dbi.h
diff options
context:
space:
mode:
authorJavier Hernandez <jhernandez@soleta.eu>2024-02-02 10:25:34 +0100
committerOpenGnSys Support Team <soporte-og@soleta.eu>2024-02-05 11:34:44 +0100
commit16ca353576d32903252fc7470c2f37d3e1d324df (patch)
tree58c74f48ce173dba868747555bcc8c54e9bc5ad9 /src/dbi.h
parent5b75df049ec6869eb598e323788bc452451799da (diff)
rest: Add uri to update folder name
Add support to update computer folder name Add support to update room folder name
Diffstat (limited to 'src/dbi.h')
-rw-r--r--src/dbi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dbi.h b/src/dbi.h
index 0bbb4e2..7286fe3 100644
--- a/src/dbi.h
+++ b/src/dbi.h
@@ -111,6 +111,7 @@ struct og_room {
};
struct og_folder {
+ unsigned int id;
unsigned int room;
unsigned int center;
char name[OG_DB_FOLDER_NAME_MAXLEN + 1];