X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcitadel.h;h=0e58afd369f7b81e8f2a57182e9878494ab85707;hb=35707bd874630d38fb1b9d13fd0ad5e73c121217;hp=9b2ebe98b6f7f5ae1e3b4d928408cbc863ef15f4;hpb=a43405ef98adf2343d9b10d13e3af7c1e8826f06;p=citadel.git diff --git a/citadel/citadel.h b/citadel/citadel.h index 9b2ebe98b..0e58afd36 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -77,6 +77,7 @@ extern "C" { /* * Message expiration policy stuff */ +typedef struct ExpirePolicy ExpirePolicy; struct ExpirePolicy { /* #include "datadefinitions.h" @@ -98,6 +99,7 @@ struct ExpirePolicy { * fetches from the server. This allows the client to "march" through * relevant rooms without having to ask the server each time where to go next. */ +typedef struct march march; struct march { /* #include "datadefinitions.h" @@ -127,6 +129,7 @@ struct march { /* * User records. */ +typedef struct ctdluser ctdluser; struct ctdluser { /* User record */ /* #include "datadefinitions.h" @@ -158,6 +161,7 @@ struct ctdluser { /* User record */ /* * Room records. */ +typedef struct ctdlroom ctdlroom; struct ctdlroom { /* #include "datadefinitions.h" @@ -204,6 +208,7 @@ struct ctdlroom { /* * Floor record. The floor number is implicit in its location in the file. */ +typedef struct floor floor; struct floor { /* #include "datadefinitions.h"