Update of /cvsroot/netrek/client/netrekxp/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18949/include Modified Files: parsemeta.h Log Message: Tidied up fed sb mono bitmaps. Deleted repetitive code in parsemeta.h Index: parsemeta.h =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/include/parsemeta.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- parsemeta.h 21 Jan 2003 21:27:54 -0000 1.1.1.1 +++ parsemeta.h 22 Apr 2006 09:13:44 -0000 1.2 @@ -51,109 +51,3 @@ #endif /* defined META */ #endif /* defined meta_h_header */ -#ifndef meta_h_header -#define meta_h_header -#ifdef META - -/* - meta.h -*/ - - -/* Global Variables */ - -extern int num_servers; /* The number of servers in the list */ - - -/* Function Definitions */ - -void parsemeta (int metaType); -/* - * Read and Parse the meta-server information, either from the meta- - * server (if metaType = 1) or from the cache (if metaType = 2). - * - * NOTE: This function sets the variable "num_servers" which is - * later used to decide the hight of the meta-server window. - */ - - -void metawindow (void); -/* - * Show the meta server menu window - */ - - -void metaaction (W_Event * data); -/* - * Recieve an action in the meta server window. Check selection to see - * if was valid. If it was then we have a winner! - */ - - -void metainput (void); -/* - * Wait for actions in the meta-server window. - * - * This is really the meta-server window's own little input() function. - * It is needed so we don't have to use all the bull in the main - * input(). Plus to use it I'd have to call mapAll() first and the client - * would read in the default server and then call it up before I can - * select a server. - */ - - -#endif /* defined META */ -#endif /* defined meta_h_header */ -#ifndef meta_h_header -#define meta_h_header -#ifdef META - -/* - meta.h -*/ - - -/* Global Variables */ - -extern int num_servers; /* The number of servers in the list */ - - -/* Function Definitions */ - -void parsemeta (int metaType); -/* - * Read and Parse the meta-server information, either from the meta- - * server (if metaType = 1) or from the cache (if metaType = 2). - * - * NOTE: This function sets the variable "num_servers" which is - * later used to decide the hight of the meta-server window. - */ - - -void metawindow (void); -/* - * Show the meta server menu window - */ - - -void metaaction (W_Event * data); -/* - * Recieve an action in the meta server window. Check selection to see - * if was valid. If it was then we have a winner! - */ - - -void metainput (void); -/* - * Wait for actions in the meta-server window. - * - * This is really the meta-server window's own little input() function. - * It is needed so we don't have to use all the bull in the main - * input(). Plus to use it I'd have to call mapAll() first and the client - * would read in the default server and then call it up before I can - * select a server. - */ - - -#endif /* defined META */ -#endif /* defined meta_h_header */