X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=internal.h;h=d838fdec7590c7b487a6fe0dc45c28c2b5adea9c;hb=06576813e9eee9338ade91bb2486a52af9507471;hp=b512fc37030baeb22dd52b524205c29d0f84cd09;hpb=7e9794277b619bb232ffc874ee7efa4ead8ddb8e;p=ovirt-viewer.git diff --git a/internal.h b/internal.h index b512fc3..d838fde 100644 --- a/internal.h +++ b/internal.h @@ -50,6 +50,9 @@ extern gboolean debug; #define STRCASENEQLEN(a,b,n) (strncasecmp((a),(b),(n)) != 0) #define STRPREFIX(a,b) (strncmp((a),(b),strlen((b))) == 0) +extern const char *cainfo; +extern gboolean check_cert; + /* Communications between the main thread and the WUI thread. For * an explanation of the threading model, please see the comment in * main().