Push daily update.
[ovirt-viewer.git] / internal.h
index b512fc3..d838fde 100644 (file)
@@ -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().