Navigation


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


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.c

    r425 r438  
    3838#include "diameap_common.h"
    3939
    40 /* Define the entry point */
    41 EXTENSION_ENTRY("DiamEAP", diameap_main)
    42 ;
     40
    4341
    4442/* DiamEAP Configuration */
     
    8482        return;
    8583}
     84
     85/* Define the entry point */
     86EXTENSION_ENTRY("DiamEAP", diameap_main)
     87;
Note: See TracChangeset for help on using the changeset viewer.