* use the new regular way to get the accept language header
[citadel.git] / webcit / setup.c
index 91a979411d51f959aae51290dd3fcfa263f23a34..f93abb22dc25942e38ba1279fc01bf856e84bf60 100644 (file)
@@ -31,6 +31,7 @@ void RegisterNS(const char *NSName, long len,
                WCHandlerFunc HandlerFunc,
                WCPreevalFunc PreEvalFunc,
                int ContextRequired){}
+void RegisterHeaderHandler(const char *Name, long Len, Header_Evaluator F){}
 pthread_key_t MyConKey;
 
 #ifdef ENABLE_NLS