/[hyperestraier]/upstream/0.5.3/estnode.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /upstream/0.5.3/estnode.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

upstream/0.5.1/estnode.h revision 2 by dpavlin, Fri Jul 29 21:56:53 2005 UTC upstream/0.5.2/estnode.h revision 9 by dpavlin, Wed Aug 3 15:21:15 2005 UTC
# Line 137  typedef struct { Line 137  typedef struct {
137    char *pxhost;                          /* host name of the proxy */    char *pxhost;                          /* host name of the proxy */
138    int pxport;                            /* port number of the proxy */    int pxport;                            /* port number of the proxy */
139    int timeout;                           /* timeout in seconds */    int timeout;                           /* timeout in seconds */
140    char *auth;                            /* authority */    char *auth;                            /* authentication information */
141    char *name;                            /* name */    char *name;                            /* name */
142    char *label;                           /* label */    char *label;                           /* label */
143    int dnum;                              /* number of documents */    int dnum;                              /* number of documents */
# Line 179  void est_node_set_proxy(ESTNODE *node, c Line 179  void est_node_set_proxy(ESTNODE *node, c
179  void est_node_set_timeout(ESTNODE *node, int sec);  void est_node_set_timeout(ESTNODE *node, int sec);
180    
181    
182  /* Set the authoririty information of a node connection object.  /* Set the authentication information of a node connection object.
183     `node' specifies a node connection object.     `node' specifies a node connection object.
184     `name' specifies the name of an authority.     `name' specifies the name of authentication.
185     `passwd' specifies the password of the authority. */     `passwd' specifies the password of the authentication. */
186  void est_node_set_auth(ESTNODE *node, const char *name, const char *passwd);  void est_node_set_auth(ESTNODE *node, const char *name, const char *passwd);
187    
188    

Legend:
Removed from v.2  
changed lines
  Added in v.9

  ViewVC Help
Powered by ViewVC 1.1.26