/[svn]/liblscp/trunk/lscp/client.h
ViewVC logotype

Diff of /liblscp/trunk/lscp/client.h

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

revision 975 by capela, Sun Dec 17 00:59:40 2006 UTC revision 977 by capela, Sun Dec 17 15:08:35 2006 UTC
# Line 44  typedef struct _lscp_server_info_t Line 44  typedef struct _lscp_server_info_t
44  {  {
45          char *        description;          char *        description;
46          char *        version;          char *        version;
47            char *        protocol_version;
48    
49  } lscp_server_info_t;  } lscp_server_info_t;
50    
# Line 159  typedef lscp_status_t (*lscp_client_proc Line 160  typedef lscp_status_t (*lscp_client_proc
160  );  );
161    
162  //-------------------------------------------------------------------------  //-------------------------------------------------------------------------
163  // Client versioning teller fuunction.  // Client versioning teller function.
164    
165  const char *            lscp_client_package             (void);  const char *            lscp_client_package             (void);
166  const char *            lscp_client_version             (void);  const char *            lscp_client_version             (void);

Legend:
Removed from v.975  
changed lines
  Added in v.977

  ViewVC Help
Powered by ViewVC