/[LeafOK_CVS]/lbbs/include/common.h
ViewVC logotype

Diff of /lbbs/include/common.h

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

Revision 1.3 by sysadm, Mon Oct 18 08:17:50 2004 UTC Revision 1.5 by sysadm, Tue Oct 19 02:08:35 2004 UTC
# Line 1  Line 1 
1  /***************************************************************************  /***************************************************************************
2                            bbsd.c  -  description                            common.h  -  description
3                               -------------------                               -------------------
4      begin                : Mon Oct 18 2004      begin                : Mon Oct 18 2004
5      copyright            : (C) 2004 by Leaflet      copyright            : (C) 2004 by Leaflet
# Line 21  Line 21 
21  #include <sys/param.h>  #include <sys/param.h>
22  #include <sys/types.h>  #include <sys/types.h>
23  #include <sys/stat.h>  #include <sys/stat.h>
24    #include <sys/socket.h>
25    #include <netinet/in.h>
26    #include <netdb.h>
27    
28    
29    extern char app_home_dir[256];
30    extern int socket_server;
31    extern int socket_client;
32    extern char hostaddr_server[50];
33    extern char hostaddr_client[50];
34    extern int port_server;
35    extern int port_client;


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1