Navigation


Changeset 438:e7814e24e57b in freeDiameter for extensions/app_diameap/diameap.h


Ignore:
Timestamp:
Jul 28, 2010, 3:59:39 PM (14 years ago)
Author:
Souheil Ben Ayed <souheil@tera.ics.keio.ac.jp>
Branch:
default
Phase:
public
Message:

Corrected compilation warnings on app_diameap

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_diameap/diameap.h

    r425 r438  
    7171extern struct diameap_conf *diameap_config;
    7272
    73 /* Main function of DiamEAP extension */
    74 static int diameap_main(char * conffile);
     73/* Initialize the configuration of DiamEAP*/
     74int diameap_init(char * conffile);
     75
     76/* parser */
     77int diameapparse(struct diameap_conf * config);
     78
    7579
    7680#endif /* DIAMEAP_H_ */
Note: See TracChangeset for help on using the changeset viewer.