/[muddleftpd]/muddleftpd/modules/auth/authlibsmb/smbval/rfcnb-common.h
ViewVC logotype

Diff of /muddleftpd/modules/auth/authlibsmb/smbval/rfcnb-common.h

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

revision 1.1 by rugger, Sun Oct 20 12:00:41 2002 UTC revision 1.1.4.1 by ganneff, Mon Oct 21 19:52:58 2002 UTC
# Line 1  Line 1 
1    
2  /* UNIX RFCNB (RFC1001/RFC1002) NetBIOS implementation  /* UNIX RFCNB (RFC1001/RFC1002) NetBIOS implementation
3    
4     Version 1.0     Version 1.0
# Line 25  Line 26 
26    
27  /* A data structure we need */  /* A data structure we need */
28    
29  typedef struct RFCNB_Pkt {  typedef struct RFCNB_Pkt
30    {
   char * data;                  /* The data in this portion */  
   int len;  
   struct RFCNB_Pkt *next;  
   
 } RFCNB_Pkt;  
31    
32            char *data;                                     /* The data in this portion */
33            int len;
34            struct RFCNB_Pkt *next;
35    
36    }
37    RFCNB_Pkt;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.4.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26