New global variable 'site_prefix' which replaces the often-repeated code which constr...
[citadel.git] / webcit / webcit.h
index e6086b1b91e9665d497b12df76fc93e553740cb2..24eca9ad3454d56c7d334fe281e8876301554d30 100644 (file)
@@ -612,6 +612,7 @@ extern char wizard_filename[];
 extern int follow_xff;
 extern int num_threads_existing;
 extern int num_threads_executing;
+extern StrBuf *site_prefix;
 
 void InitialiseSemaphores(void);
 void begin_critical_section(int which_one);