Added second part of helper functions for CharSetandLanguageNegotaiation-3 Model.
[yaz-moved-to-github.git] / zoom / zoom-p.h
index 87f517e..65621a8 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Private C header for ZOOM C.
- * $Id: zoom-p.h,v 1.8 2001-12-30 22:21:11 adam Exp $
+ * $Id: zoom-p.h,v 1.10 2002-05-18 09:52:37 oleg Exp $
  */
 #include <yaz/proto.h>
 #include <yaz/comstack.h>
@@ -39,6 +39,8 @@ struct ZOOM_connection_p {
     char *buf_out;
     int len_out;
     char *proxy;
+    char *charset;
+    char *lang;
     char *cookie_out;
     char *cookie_in;
     int async;
@@ -137,4 +139,4 @@ struct ZOOM_Event_p {
     ZOOM_Event prev;
 };
 
-
+void ZOOM_options_addref (ZOOM_options opt);