Skip to content

Commit

Permalink
Fixing header order
Browse files Browse the repository at this point in the history
Signed-off-by: 1000TurquoisePogs <[email protected]>
  • Loading branch information
1000TurquoisePogs committed Oct 5, 2020
1 parent 6959cb4 commit 8ff9c07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions h/httpserver.h
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,6 @@ typedef struct HttpService_tag{
int matchFlags;
int serviceType;
int authType;
#define SERVICE_AUTH_FLAG_OPTIONAL 1
int authFlags;
int runInSubtask;
void *authority; /* NULL unless AUTH_CUSTOM */
AuthExtract *authExtractionFunction;
Expand All @@ -204,6 +202,8 @@ typedef struct HttpService_tag{
const char *productURLPrefix; /* provided by the server */
int doImpersonation;
AuthValidate *authValidateFunction;
#define SERVICE_AUTH_FLAG_OPTIONAL 1
int authFlags;
} HttpService;

typedef struct HTTPServerConfig_tag {
Expand Down

0 comments on commit 8ff9c07

Please sign in to comment.