Avoid duplicate definitions of globals
[openafs.git] / src / uss / uss_vol.c
index d114aa4..5bbdebe 100644 (file)
@@ -61,7 +61,7 @@ extern int line;
  * will work and we can avoid nasty little core dumps.
  */
 struct ubik_client *uconn_vldbP;       /*Ubik connection struct */
-struct ubik_client *cstruct;   /*Required name for above */
+extern struct ubik_client *cstruct;    /*Required name for above */
 
 /*
  * ------------------------ Private globals -----------------------