Navigation



Ignore:
Timestamp:
Jul 8, 2010, 2:24:19 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Cleanup all compilation warnings in base code for 32 bit arch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_radgw/rgwx_echodrop.y

    r270 r403  
    5353#include "rgwx_echodrop.h"
    5454#include "rgwx_echodrop.tab.h"  /* bison is not smart enough to define the YYLTYPE before including this code, so... */
     55
     56
     57/* Forward declaration */
     58int yyparse(char * conffile, struct rgwp_config *cs);
     59
     60/* The Lex parser prototype */
     61int rgwx_echodroplex(YYSTYPE *lvalp, YYLTYPE *llocp);
     62
    5563
    5664/* Parse the configuration file */
Note: See TracChangeset for help on using the changeset viewer.